Skip to content

Commit d14e5ef

Browse files
committed
Release 1.6.1
1 parent 5286ed0 commit d14e5ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes
22
=======
33

4-
tip (unreleased)
4+
1.6.1 (2015-04-21)
55
----------------
66
- Fix OneToOneField transformation for historical models (gh-166)
77
- Disable cascading deletes from related models to historical models

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.0'
3+
__version__ = '1.6.1'
44

55

66
def register(

0 commit comments

Comments
 (0)