diff --git a/CHANGES.rst b/CHANGES.rst index 58021dbb1..449ea243d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changes ======= -tip (unreleased) ----------------- +1.6.0 (2015-04-16) +------------------ - Add support for Django 1.8+ - Deprecated use of ``CustomForeignKeyField`` (to be removed) - Remove default reverse accessor to `auth.User` for historical models (gh-121) diff --git a/simple_history/__init__.py b/simple_history/__init__.py index 7004da883..e5116c874 100755 --- a/simple_history/__init__.py +++ b/simple_history/__init__.py @@ -1,6 +1,6 @@ from __future__ import unicode_literals -__version__ = '1.5.4' +__version__ = '1.6.0' def register(