Skip to content

Commit 703e985

Browse files
committed
✨ Version 1.4.0 ✨
1 parent 3d8c58e commit 703e985

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.4.0 (2014-06-29)
5+
------------------
66
- Fixed error that occurs when models have a foreign key pointing to a one to one field.
77
- Fix bug when model verbose_name uses unicode (gh-76)
88
- Allow non-integer foreign keys

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.3.0.post1'
3+
__version__ = '1.4.0'
44

55

66
def register(model, app=None, manager_name='history', **records_config):

0 commit comments

Comments
 (0)