Bump version to 0.9

This commit is contained in:
Diederik van der Boor
2016-02-17 12:11:54 +01:00
parent 14a5417891
commit 3bab378b25
3 changed files with 19 additions and 5 deletions
+1 -1
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.
"""
# See PEP 440 (https://www.python.org/dev/peps/pep-0440/)
__version__ = "0.8.1"
__version__ = "0.9"
# Monkey-patch Django < 1.5 to allow ContentTypes for proxy models.