diff --git a/CHANGES.rst b/CHANGES.rst index 31c1d2a..d5ac79b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,12 @@ Changelog Here you can see the full list of changes between each SQLAlchemy-Utils release. +0.16.17 (2013-09-19) +^^^^^^^^^^^^^^^^^^^^ + +- Added support for relation hybrid property sorting in sort_query + + 0.16.16 (2013-09-18) ^^^^^^^^^^^^^^^^^^^^ diff --git a/setup.py b/setup.py index 7cef0c9..8b67a6f 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.16', + version='0.16.17', 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 387306b..c8ada24 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -38,7 +38,7 @@ from .types import ( ) -__version__ = '0.16.16' +__version__ = '0.16.17' __all__ = (