Skip to content

Commit 38792a7

Browse files
committed
Release 1.5.4
1 parent 6fd1b65 commit 38792a7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES.rst

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

4-
tip (unreleased)
5-
----------------
4+
1.5.4 (2015-01-03)
5+
------------------
6+
- Fix a bug when models have a ``ForeignKey`` with ``primary_key=True``
67
- Do NOT delete the history elements when a user is deleted.
78
- Add support for ``latest``
89

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.5.3'
3+
__version__ = '1.5.4'
44

55

66
def register(

0 commit comments

Comments
 (0)