Bumped version

This commit is contained in:
Konsta Vesterinen
2013-09-19 15:28:31 +03:00
parent 22562ac4cc
commit eeb344cc08
3 changed files with 8 additions and 2 deletions

View File

@@ -4,6 +4,12 @@ Changelog
Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.16.18 (2013-09-19)
^^^^^^^^^^^^^^^^^^^^
- Fixed sort_query hybrid property handling (again)
0.16.17 (2013-09-19)
^^^^^^^^^^^^^^^^^^^^

View File

@@ -56,7 +56,7 @@ for name, requirements in extras_require.items():
setup(
name='SQLAlchemy-Utils',
version='0.16.17',
version='0.16.18',
url='https://github.com/kvesteri/sqlalchemy-utils',
license='BSD',
author='Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen',

View File

@@ -38,7 +38,7 @@ from .types import (
)
__version__ = '0.16.17'
__version__ = '0.16.18'
__all__ = (