Skip to content

Commit

Permalink
Release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Apr 15, 2017
1 parent ac4a3b6 commit e1d0744
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ django-sitetree changelog
=========================


Unreleased
----------
v1.8.0
------
+ IMPORTANT: i18n trees now support full lang names (e.g. de-ch, pt-br), update your i18n trees aliases.
+ Django 1.11 compatibility improvements.

Expand Down Expand Up @@ -290,4 +290,4 @@ v0.1.1

v0.1.0
------
+ Basic sitetree functionality.
+ Basic sitetree functionality.
2 changes: 1 addition & 1 deletion sitetree/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (1, 7, 0)
VERSION = (1, 8, 0)


default_app_config = 'sitetree.config.SitetreeConfig'

0 comments on commit e1d0744

Please sign in to comment.