Bump Version

(setup.py was already up to date)
fix_request_path_info
Diederik van der Boor 2014-12-30 13:32:20 +01:00
parent 8ef9085a04
commit b173318b8c
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
Changelog Changelog
========== ==========
Version 0.6.1 (in git) Version 0.6.1 (2014-12-30)
---------------------- --------------------------
* Remove Django 1.7 warnings * Remove Django 1.7 warnings
* Fix Django 1.4/1.5 queryset calls on related objects for unknown methods. * Fix Django 1.4/1.5 queryset calls on related objects for unknown 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.6' version = '0.6.1'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.6' release = '0.6.1'
# 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.