From 82d1055df63010d4e471181b1e99b7d465d9e405 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Tue, 25 Mar 2014 15:06:05 +0200 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 cf4faa0..f443971 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.25.2 (2014-03-25) +^^^^^^^^^^^^^^^^^^^ + +- Fixed sort_query handling of regular properties (no longer throws exceptions) + + 0.25.1 (2014-03-20) ^^^^^^^^^^^^^^^^^^^ diff --git a/setup.py b/setup.py index ff61649..8238066 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ for name, requirements in extras_require.items(): setup( name='SQLAlchemy-Utils', - version='0.25.1', + version='0.25.2', 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 3ec1501..a90c194 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -56,7 +56,7 @@ from .types import ( ) -__version__ = '0.25.1' +__version__ = '0.25.2' __all__ = (