Skip to content

Commit 5f7d4a3

Browse files
committed
Release 1.5.1
1 parent 7f28b79 commit 5f7d4a3

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.5.1 (2014-10-13)
5+
------------------
66
- Removed some incompatibilities with non-default admin sites (gh-92)
77
- Fixed error caused by ``HistoryRequestMiddleware`` during anonymous requests (gh-115 fixes gh-114)
88
- Added workaround for clashing related historical accessors on User (gh-121)

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

55

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

0 commit comments

Comments
 (0)