Skip to content

Commit 062cf28

Browse files
committed
Release 1.6.0
1 parent 429a347 commit 062cf28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changes
22
=======
33

4-
tip (unreleased)
5-
----------------
4+
1.6.0 (2015-04-16)
5+
------------------
66
- Add support for Django 1.8+
77
- Deprecated use of ``CustomForeignKeyField`` (to be removed)
88
- Remove default reverse accessor to `auth.User` for historical models (gh-121)

simple_history/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import unicode_literals
22

3-
__version__ = '1.5.4'
3+
__version__ = '1.6.0'
44

55

66
def register(

0 commit comments

Comments
 (0)