Skip to content

Commit

Permalink
Release v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Dec 23, 2016
1 parent 7795b8d commit 716b1c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ django-sitetree changelog
=========================


Unreleased
----------
v1.7.0
------
* IMPORTANT: Caching reworked.
* IMPORTANT: Dropped Django 1.5, 1.6 support (will not be tested anymore).
+ Added `ITEMS_FIELD_ROOT_ID` setting (see #205).
Expand Down
4 changes: 2 additions & 2 deletions sitetree/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 6, 0)
VERSION = (1, 7, 0)


default_app_config = 'sitetree.config.SitetreeConfig'
default_app_config = 'sitetree.config.SitetreeConfig'

0 comments on commit 716b1c5

Please sign in to comment.