Skip to content

Commit e9bf1a8

Browse files
committed
Release 1.5.3
1 parent 1a71fbc commit e9bf1a8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-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.3 (2014-11-18)
5+
------------------
66
- Fix migrations while using ``order_with_respsect_to`` (gh-140)
77
- Fix migrations using south
88
- Allow history accessor class to be overridden in ``register()``

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
'Programming Language :: Python :: 3',
3232
'Programming Language :: Python :: 3.2',
3333
'Programming Language :: Python :: 3.3',
34+
'Programming Language :: Python :: 3.4',
3435
"License :: OSI Approved :: BSD License",
3536
],
3637
tests_require=tests_require,

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

55

66
def register(

0 commit comments

Comments
 (0)