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 5286ed0 commit d14e5efCopy full SHA for d14e5ef
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changes
2
=======
3
4
-tip (unreleased)
+1.6.1 (2015-04-21)
5
----------------
6
- Fix OneToOneField transformation for historical models (gh-166)
7
- Disable cascading deletes from related models to historical models
simple_history/__init__.py
@@ -1,6 +1,6 @@
from __future__ import unicode_literals
-__version__ = '1.6.0'
+__version__ = '1.6.1'
def register(
0 commit comments