Skip to content

Commit

Permalink
Version number is bumped up.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Aug 25, 2016
1 parent fa2cfff commit fab119d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Expand Up @@ -2,8 +2,8 @@ django-sitetree changelog
=========================


Unreleased
----------
v1.6.0
------
+ Prevent TreeItems from being their own parents (see #200).
+ Added `toolbox` module as API single entry point.
+ Added `exceptions` module.
Expand Down
2 changes: 1 addition & 1 deletion sitetree/__init__.py
@@ -1,4 +1,4 @@
VERSION = (1, 5, 1)
VERSION = (1, 6, 0)


default_app_config = 'sitetree.config.SitetreeConfig'

0 comments on commit fab119d

Please sign in to comment.