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__ = (