Skip to content

Commit 56279dc

Browse files
committed
Release 1.7.0
1 parent 1fd2f0e commit 56279dc

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.7.0 (2015-12-02)
5+
------------------
66
- Add ability to list history in admin when the object instance is deleted. (gh-72)
77
- Add ability to change history through the admin. (Enabled with the `SIMPLE_HISTORY_EDIT` setting.)
88
- Add Django 1.9 support.

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.6.3'
3+
__version__ = '1.7.0'
44

55

66
def register(

0 commit comments

Comments
 (0)