Skip to content

Commit 77c6b85

Browse files
committed
Set version to 0.8.8
1 parent 1bf4f2b commit 77c6b85

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
Changes in version 0.8.8 (not released yet)
1+
Changes in version 0.8.8 (beta release)
22
-------------------------------------------
33

44
* 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).
56

67

78
Changes in version 0.8.7 (beta release)

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.8.7"
2+
__version__ = "0.8.8"
33

44
# Do some sane version checking
55
import django

0 commit comments

Comments
 (0)