bump version to 0.5.6

fix_request_path_info
Diederik van der Boor 2014-07-21 11:42:26 +02:00
parent 656a8580e4
commit 831075c3c7
2 changed files with 3 additions and 3 deletions

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.5' version = '0.5.6'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.5.5' release = '0.5.6'
# 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.5" __version__ = "0.5.6"