From 97d42d3d0a85c8c2021064a21f14dee7378f89cd Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Tue, 17 Sep 2013 16:50:42 +0300 Subject: [PATCH] Bumped version --- CHANGES.rst | 6 ++++++ setup.py | 2 +- sqlalchemy_utils/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index c46c565..912241b 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.15 (2013-09-17) +^^^^^^^^^^^^^^^^^^^^ + +- Fixed sort_query hybrid property handling (now supports both ascending and descending sorting) + + 0.16.14 (2013-09-17) ^^^^^^^^^^^^^^^^^^^^ diff --git a/setup.py b/setup.py index 73018f1..04ba542 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.14', + version='0.16.15', 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 040ff54..a7e707e 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -38,7 +38,7 @@ from .types import ( ) -__version__ = '0.16.14' +__version__ = '0.16.15' __all__ = (