Bump to v1.2 for Django 1.11 support

This commit is contained in:
Diederik van der Boor
2017-05-01 12:35:47 +02:00
parent 9c618d8b21
commit 21d41100df
3 changed files with 13 additions and 3 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.1"
__version__ = "1.2"
# Monkey-patch Django < 1.5 to allow ContentTypes for proxy models.