Bump to v1.1b:

This commit is contained in:
Diederik van der Boor
2017-01-11 14:18:38 +01:00
parent 04f2a62fd4
commit d11bb17809
3 changed files with 3 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.1b1"
__version__ = "1.1b2"
# Monkey-patch Django < 1.5 to allow ContentTypes for proxy models.