Bumped version

This commit is contained in:
Konsta Vesterinen
2013-09-21 15:25:18 +03:00
parent 824ad2a6bb
commit 9d152d0f99
3 changed files with 9 additions and 2 deletions

View File

@@ -4,6 +4,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.16.19 (2013-09-21)
^^^^^^^^^^^^^^^^^^^^
- Added configuration for silent mode in sort_query
- Added support for aliased entity hybrid properties in sort_query
0.16.18 (2013-09-19) 0.16.18 (2013-09-19)
^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^

View File

@@ -56,7 +56,7 @@ for name, requirements in extras_require.items():
setup( setup(
name='SQLAlchemy-Utils', name='SQLAlchemy-Utils',
version='0.16.18', version='0.16.19',
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

@@ -38,7 +38,7 @@ from .types import (
) )
__version__ = '0.16.18' __version__ = '0.16.19'
__all__ = ( __all__ = (