Bump version to 0.5.2

This commit is contained in:
Diederik van der Boor
2013-09-05 11:38:26 +02:00
parent 638ecd5813
commit b622d6f6a1
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
Changelog Changelog
========== ==========
Version 0.5.2 (unreleased) Version 0.5.2 (2013-09-05)
-------------------------- --------------------------
* Fix Grappelli_ breadcrumb support in the views. * Fix Grappelli_ breadcrumb support in the views.
+2 -2
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' version = '0.5.2'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.5' release = '0.5.2'
# 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.
+1 -1
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.2.dev0" __version__ = "0.5.2"