Bump to v1.0.2

This commit is contained in:
Diederik van der Boor
2016-10-14 11:32:44 +02:00
parent 58f89efa5d
commit 186f9548b1
4 changed files with 9 additions and 7 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__ = "1.0.1"
__version__ = "1.0.2"
# Monkey-patch Django < 1.5 to allow ContentTypes for proxy models.