Bump version

This commit is contained in:
Konsta Vesterinen
2015-05-21 14:36:49 +03:00
parent 4791900544
commit f7cb3832bd
2 changed files with 3 additions and 3 deletions

View File

@@ -4,8 +4,8 @@ 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.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. - Fixed ``assert_max_length``, ``assert_non_nullable``, ``assert_min_value`` and ``assert_max_value`` not properly raising an ``AssertionError`` when the assertion failed.

View File

@@ -86,4 +86,4 @@ from .types import ( # noqa
WeekDaysType WeekDaysType
) )
__version__ = '0.30.1' __version__ = '0.30.2'