Skip to content

Commit cf3f073

Browse files
committed
Release 1.6.2
1 parent cc32acc commit cf3f073

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES.rst

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

4-
tip (unreleased)
5-
-----------------
4+
1.6.2 (2015-07-04)
5+
------------------
66
- Use app loading system and fix deprecation warnings on Django 1.8 (gh-172)
77
- Update Landscape configuration
88

99
1.6.1 (2015-04-21)
10-
----------------
10+
------------------
1111
- Fix OneToOneField transformation for historical models (gh-166)
1212
- Disable cascading deletes from related models to historical models
1313
- Fix restoring historical instances with missing one-to-one relations (gh-162)

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.1'
3+
__version__ = '1.6.2'
44

55

66
def register(

0 commit comments

Comments
 (0)