Skip to content

Commit cb6d91d

Browse files
committed
Bump versions
1 parent 6d1734a commit cb6d91d

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 0.8.11 (beta release)
2+
-------------------------------------------
3+
4+
* Fix breadcrumbs, used `title`` attribute instead of ``__unicode__()``.
5+
6+
17
Changes in version 0.8.10 (beta release)
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.8.10"
2+
__version__ = "0.8.11"
33

44
# Do some sane version checking
55
import django

0 commit comments

Comments
 (0)