Bump version

This commit is contained in:
Konsta Vesterinen
2014-03-05 14:47:14 +02:00
parent a529fb5cba
commit 4fc4df0826
3 changed files with 9 additions and 2 deletions

View File

@@ -3,6 +3,13 @@ Changelog
Here you can see the full list of changes between each SQLAlchemy-Utils release. 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) 0.24.3 (2014-02-05)
^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^

View File

@@ -42,7 +42,7 @@ for name, requirements in extras_require.items():
setup( setup(
name='SQLAlchemy-Utils', name='SQLAlchemy-Utils',
version='0.24.3', version='0.24.4',
url='https://github.com/kvesteri/sqlalchemy-utils', url='https://github.com/kvesteri/sqlalchemy-utils',
license='BSD', license='BSD',
author='Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen', author='Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen',

View File

@@ -56,7 +56,7 @@ from .types import (
) )
__version__ = '0.24.3' __version__ = '0.24.4'
__all__ = ( __all__ = (