From 4fc4df0826b66854625f074e21dc164571896317 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Wed, 5 Mar 2014 14:47:14 +0200 Subject: [PATCH] Bump version --- CHANGES.rst | 7 +++++++ setup.py | 2 +- sqlalchemy_utils/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index e996cdd..6712cc9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,13 @@ Changelog Here you can see the full list of changes between each SQLAlchemy-Utils release. + +0.24.4 (2014-02-05) +^^^^^^^^^^^^^^^^^^^ + +- Added hybrid_property support for generic_relationship + + 0.24.3 (2014-02-05) ^^^^^^^^^^^^^^^^^^^ diff --git a/setup.py b/setup.py index b9af13a..c39f097 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ for name, requirements in extras_require.items(): setup( name='SQLAlchemy-Utils', - version='0.24.3', + version='0.24.4', url='https://github.com/kvesteri/sqlalchemy-utils', license='BSD', author='Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen', diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index d3afb84..6d0beee 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -56,7 +56,7 @@ from .types import ( ) -__version__ = '0.24.3' +__version__ = '0.24.4' __all__ = (