From 062cf28fe286d34b6e6643081de5fe7e84c7db3f Mon Sep 17 00:00:00 2001 From: Micah Denbraver Date: Thu, 16 Apr 2015 16:16:07 -0700 Subject: [PATCH] Release 1.6.0 --- CHANGES.rst | 4 ++-- simple_history/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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(