diff --git a/CHANGES.rst b/CHANGES.rst index a11ac7239..123868e9a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changes ======= -tip (unreleased) ----------------- +1.5.3 (2014-11-18) +------------------ - Fix migrations while using ``order_with_respsect_to`` (gh-140) - Fix migrations using south - Allow history accessor class to be overridden in ``register()`` diff --git a/setup.py b/setup.py index b66c13e39..aaa793422 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', "License :: OSI Approved :: BSD License", ], tests_require=tests_require, diff --git a/simple_history/__init__.py b/simple_history/__init__.py index 0d6248a97..53deaa1b0 100755 --- a/simple_history/__init__.py +++ b/simple_history/__init__.py @@ -1,6 +1,6 @@ from __future__ import unicode_literals -__version__ = '1.5.1' +__version__ = '1.5.3' def register(