Skip to content

Commit 753db7a

Browse files
committed
Version bump for Python 3 support
1 parent 822e7da commit 753db7a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Changes in version 1.0
2+
----------------------
3+
4+
* Added Python 3 support
5+
6+
17
Changes in version 0.9
28
----------------------
39

polymorphic_tree/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# following PEP 386
2-
__version__ = "0.9"
2+
__version__ = "1.0b1"
33

44
# Do some sane version checking
55
import django

0 commit comments

Comments
 (0)