Skip to content

Commit

Permalink
Set version to 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Jun 19, 2013
1 parent 1bf4f2b commit 77c6b85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Changes in version 0.8.8 (not released yet)
Changes in version 0.8.8 (beta release)
-------------------------------------------

* Fix deprecation warning from django-polymorphic_.
* Fix Django 1.3 support by 0.8.7 (will only bump app requirements on major releases, e.g. 0.9).


Changes in version 0.8.7 (beta release)
Expand Down
2 changes: 1 addition & 1 deletion polymorphic_tree/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# following PEP 386
__version__ = "0.8.7"
__version__ = "0.8.8"

# Do some sane version checking
import django
Expand Down

0 comments on commit 77c6b85

Please sign in to comment.