Bump version to 0.6
This commit is contained in:
+3
-3
@@ -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.
|
||||
|
||||
|
||||
+2
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user