There was an error while loading. Please reload this page.
1 parent 1bf4f2b commit 77c6b85Copy full SHA for 77c6b85
CHANGES.rst
@@ -1,7 +1,8 @@
1
-Changes in version 0.8.8 (not released yet)
+Changes in version 0.8.8 (beta release)
2
-------------------------------------------
3
4
* Fix deprecation warning from django-polymorphic_.
5
+* Fix Django 1.3 support by 0.8.7 (will only bump app requirements on major releases, e.g. 0.9).
6
7
8
Changes in version 0.8.7 (beta release)
polymorphic_tree/__init__.py
@@ -1,5 +1,5 @@
# following PEP 386
-__version__ = "0.8.7"
+__version__ = "0.8.8"
# Do some sane version checking
import django
0 commit comments