Bumped version
This commit is contained in:
@@ -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)
|
||||
^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
2
setup.py
2
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',
|
||||
|
@@ -38,7 +38,7 @@ from .types import (
|
||||
)
|
||||
|
||||
|
||||
__version__ = '0.16.14'
|
||||
__version__ = '0.16.15'
|
||||
|
||||
|
||||
__all__ = (
|
||||
|
Reference in New Issue
Block a user