diff --git a/CHANGES.rst b/CHANGES.rst index 9cf5f05..6104551 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.29.8 (2015-03-03) +^^^^^^^^^^^^^^^^^^^ + +- Added get_class_by_table ORM utility function + + 0.29.7 (2015-03-01) ^^^^^^^^^^^^^^^^^^^ diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index 4c56a7f..4432a4f 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -88,7 +88,7 @@ from .types import ( from .models import Timestamp -__version__ = '0.29.7' +__version__ = '0.29.8' __all__ = (