bump version and changelog

fix_request_path_info
Diederik van der Boor 2014-04-09 12:11:29 +02:00
parent 35cdb7b697
commit 6c58acac8d
3 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
Changelog Changelog
========== ==========
Version 0.5.4 (in development) Version 0.5.4 (2014-04-09)
------------------------------ --------------------------
* Fix ``.non_polymorphic()`` to returns a clone of the queryset, instead of effecting the existing queryset. * Fix ``.non_polymorphic()`` to returns a clone of the queryset, instead of effecting the existing queryset.
* Fix missing ``alters_data = True`` annotations on the overwritten ``save()`` methods. * Fix missing ``alters_data = True`` annotations on the overwritten ``save()`` methods.

View File

@ -54,9 +54,9 @@ copyright = u'2013, Bert Constantin, Chris Glass, Diederik van der Boor'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.5.3' version = '0.5.4'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.5.3' release = '0.5.4'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -11,4 +11,4 @@ Release logic:
6. git commit 6. git commit
7. push to github 7. push to github
""" """
__version__ = "0.5.3" __version__ = "0.5.4"