diff --git a/CHANGES.rst b/CHANGES.rst index f1523ad..ef4e10b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,8 +4,8 @@ Changelog Here you can see the full list of changes between each SQLAlchemy-Utils release. -0.30.2 (not yet released) -^^^^^^^^^^^^^^^^^^^^^^^^^ +0.30.2 (2015-05-21) +^^^^^^^^^^^^^^^^^^^ - Fixed ``assert_max_length``, ``assert_non_nullable``, ``assert_min_value`` and ``assert_max_value`` not properly raising an ``AssertionError`` when the assertion failed. diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index 89a6d3c..1112365 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -86,4 +86,4 @@ from .types import ( # noqa WeekDaysType ) -__version__ = '0.30.1' +__version__ = '0.30.2'