Bumped version

This commit is contained in:
Konsta Vesterinen
2013-09-26 11:22:36 +03:00
parent 5fb0c97f0d
commit 7f699dd472
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.20 (2013-09-26)
^^^^^^^^^^^^^^^^^^^^
- Fixed an issue with sort_query where sort by main entity's attribute would fail if joins where applied.
0.16.19 (2013-09-21)
^^^^^^^^^^^^^^^^^^^^

View File

@@ -56,7 +56,7 @@ for name, requirements in extras_require.items():
setup(
name='SQLAlchemy-Utils',
version='0.16.19',
version='0.16.20',
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.19'
__version__ = '0.16.20'
__all__ = (