Bump to v1.1

This commit is contained in:
Diederik van der Boor
2017-02-03 22:08:48 +01:00
parent 7dc2f93148
commit 132e2cfdf9
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ Please see LICENSE and AUTHORS for more information.
import django
# See PEP 440 (https://www.python.org/dev/peps/pep-0440/)
__version__ = "1.1b2"
__version__ = "1.1"
# Monkey-patch Django < 1.5 to allow ContentTypes for proxy models.