Bump version

This commit is contained in:
Konsta Vesterinen
2015-08-04 12:47:10 +03:00
parent 1291a79973
commit e3687c50e1
2 changed files with 7 additions and 1 deletions

View File

@@ -4,6 +4,12 @@ Changelog
Here you can see the full list of changes between each SQLAlchemy-Utils release. Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.30.16 (2015-08-04)
^^^^^^^^^^^^^^^^^^^^
- Fixed sort_query handling of aliased classes with hybrid properties
0.30.15 (2015-07-28) 0.30.15 (2015-07-28)
^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^

View File

@@ -92,4 +92,4 @@ from .types import ( # noqa
WeekDaysType WeekDaysType
) )
__version__ = '0.30.15' __version__ = '0.30.16'