Skip to content

Commit

Permalink
Publish bugfix release 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
spectras committed Mar 5, 2015
1 parent 5fe3787 commit 62affac
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# The short X.Y version.
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.1.0'
release = '1.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
15 changes: 14 additions & 1 deletion docs/public/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,23 @@
Release Notes
#############

.. release 1.1.1
*****************************
1.1.1 - current release
*****************************

Released on March 5, 2015

Fixes:

- Backwards compatibility issue in get_field implementation — :issue:`233`.
- Admin no longer breaks on models using another ``pk`` field than ``id``.

.. release 1.1.0
*****************************
1.1.0 - current release
1.1.0
*****************************

Released on February 17, 2015
Expand Down
4 changes: 2 additions & 2 deletions hvad/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '1.1.0'
VERSION = (1, 1, 0)
__version__ = '1.1.1'
VERSION = (1, 1, 1)

0 comments on commit 62affac

Please sign in to comment.