Skip to content

Commit

Permalink
Bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Feb 18, 2016
1 parent ccda52d commit 84a29db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.rst
@@ -1,8 +1,8 @@
Changelog
=========

Changes in git
--------------
Version 0.9.1 (2016-02-18)
--------------------------

* Fixed support for ``PolymorphicManager.from_queryset()`` for custom query sets.
* Fixed Django 1.7 ``changeform_view()`` redirection to the child admin site.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '0.9'
version = '0.9.1'
# The full version, including alpha/beta/rc tags.
release = '0.9'
release = '0.9.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion polymorphic/__init__.py
Expand Up @@ -7,7 +7,7 @@
Please see LICENSE and AUTHORS for more information.
"""
# See PEP 440 (https://www.python.org/dev/peps/pep-0440/)
__version__ = "0.9"
__version__ = "0.9.1"


# Monkey-patch Django < 1.5 to allow ContentTypes for proxy models.
Expand Down

0 comments on commit 84a29db

Please sign in to comment.