Bump to v1.1b1

This commit is contained in:
Diederik van der Boor
2017-01-09 16:54:03 +01:00
parent 9cbfc7199b
commit e06aa6ae80
3 changed files with 11 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.0.2"
__version__ = "1.1b1"
# Monkey-patch Django < 1.5 to allow ContentTypes for proxy models.