We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822e7da commit 753db7aCopy full SHA for 753db7a
CHANGES.rst
@@ -1,3 +1,9 @@
1
+Changes in version 1.0
2
+----------------------
3
+
4
+* Added Python 3 support
5
6
7
Changes in version 0.9
8
----------------------
9
polymorphic_tree/__init__.py
@@ -1,5 +1,5 @@
# following PEP 386
-__version__ = "0.9"
+__version__ = "1.0b1"
# Do some sane version checking
import django
0 commit comments