From e9bf1a830f5115aa6f6bde40cf7959fa916fc74c Mon Sep 17 00:00:00 2001 From: Micah Denbraver Date: Tue, 18 Nov 2014 22:52:03 -0800 Subject: [PATCH] Release 1.5.3 --- CHANGES.rst | 4 ++-- setup.py | 1 + simple_history/__init__.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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(