diff --git a/CHANGES.rst b/CHANGES.rst index cda33e4..458f0ea 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.30.16 (2015-08-04) +^^^^^^^^^^^^^^^^^^^^ + +- Fixed sort_query handling of aliased classes with hybrid properties + + 0.30.15 (2015-07-28) ^^^^^^^^^^^^^^^^^^^^ diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index 436703e..bbc175c 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -92,4 +92,4 @@ from .types import ( # noqa WeekDaysType ) -__version__ = '0.30.15' +__version__ = '0.30.16'