Bump version to 0.8.1

fix_request_path_info
Diederik van der Boor 2015-12-29 14:55:25 +01:00
parent b0657ef9c7
commit e9f549758f
2 changed files with 3 additions and 3 deletions

View File

@ -55,9 +55,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.8' version = '0.8.1'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.8' release = '0.8.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.

View File

@ -7,7 +7,7 @@ This code and affiliated files are (C) by Bert Constantin and individual contrib
Please see LICENSE and AUTHORS for more information. Please see LICENSE and AUTHORS for more information.
""" """
# See PEP 440 (https://www.python.org/dev/peps/pep-0440/) # See PEP 440 (https://www.python.org/dev/peps/pep-0440/)
__version__ = "0.8" __version__ = "0.8.1"
# Monkey-patch Django < 1.5 to allow ContentTypes for proxy models. # Monkey-patch Django < 1.5 to allow ContentTypes for proxy models.