Bump version to 0.6

fix_request_path_info
Diederik van der Boor 2014-10-14 16:29:30 +02:00
parent 454ecb344a
commit c9e232a79b
3 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
Changelog
==========
Version 0.6 (in git)
--------------------
Version 0.6 (2014-10-14)
------------------------
* Added permission check for all child types.
* Added Django 1.7 support.
* Added permission check for all child types.
* **BACKWARDS INCOMPATIBILITY:** the ``get_child_type_choices()`` method receives 2 arguments now (request, action).
If you have overwritten this method in your code, make sure the method signature is updated accordingly.

View File

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

View File

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