diff --git a/CHANGES.rst b/CHANGES.rst index 5dda050..a3c12cc 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.1 (2015-01-03) +^^^^^^^^^^^^^^^^^^^ + +- Added assert_min_value and assert_max_value testing functions + + 0.29.0 (2015-01-02) ^^^^^^^^^^^^^^^^^^^ diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index f774d3a..170d0df 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -87,7 +87,7 @@ from .types import ( from .models import Timestamp -__version__ = '0.29.0' +__version__ = '0.29.1' __all__ = (