Skip to content

Commit 9bc5340

Browse files
committed
Bump version (1.5.0)
1 parent 70699dc commit 9bc5340

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.0 (2014-08-17)
5+
------------------
66
- Extended availability of the ``as_of`` method to models as well as instances.
77
- Allow ``history_user`` on historical objects to be set by middleware.
88
- Fixed error that occurs when a foreign key is designated using just the name of the model.

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.4.0'
3+
__version__ = '1.5.0'
44

55

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

0 commit comments

Comments
 (0)