From 9d152d0f99de1fa2808f2a9fbdca12cb87ca32ab Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Sat, 21 Sep 2013 15:25:18 +0300 Subject: [PATCH] Bumped 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 14c5b22..b4eef44 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,13 @@ Changelog 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) ^^^^^^^^^^^^^^^^^^^^ diff --git a/setup.py b/setup.py index 89fec42..b50dc1b 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ for name, requirements in extras_require.items(): setup( name='SQLAlchemy-Utils', - version='0.16.18', + version='0.16.19', 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 e73514e..838f3c1 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -38,7 +38,7 @@ from .types import ( ) -__version__ = '0.16.18' +__version__ = '0.16.19' __all__ = (