We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429a347 commit 062cf28Copy full SHA for 062cf28
CHANGES.rst
@@ -1,8 +1,8 @@
1
Changes
2
=======
3
4
-tip (unreleased)
5
-----------------
+1.6.0 (2015-04-16)
+------------------
6
- Add support for Django 1.8+
7
- Deprecated use of ``CustomForeignKeyField`` (to be removed)
8
- Remove default reverse accessor to `auth.User` for historical models (gh-121)
simple_history/__init__.py
@@ -1,6 +1,6 @@
from __future__ import unicode_literals
-__version__ = '1.5.4'
+__version__ = '1.6.0'
def register(
0 commit comments