From aa478a8e20431dcf51134052c619e92b2cac1294 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Thu, 28 Aug 2014 23:20:57 +0300 Subject: [PATCH] Bump 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 fe1f173..95be550 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.26.15 (2014-08-28) +^^^^^^^^^^^^^^^^^^^^ + +- Fix sort_query support for queries using mappers (not declarative classes) with calculated column properties + + 0.26.14 (2014-08-26) ^^^^^^^^^^^^^^^^^^^^ diff --git a/setup.py b/setup.py index 06b4b88..af4e38d 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ for name, requirements in extras_require.items(): setup( name='SQLAlchemy-Utils', - version='0.26.14', + version='0.26.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 be5601d..f0b6ef0 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -75,7 +75,7 @@ from .types import ( from .models import Timestamp -__version__ = '0.26.14' +__version__ = '0.26.15' __all__ = (