Bump version

This commit is contained in:
Konsta Vesterinen
2016-07-10 12:07:24 +03:00
parent 0bcf91ceaa
commit c8b57d29d1
2 changed files with 7 additions and 1 deletions

View File

@@ -4,6 +4,12 @@ Changelog
Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.32.8 (2016-05-20)
^^^^^^^^^^^^^^^^^^^
- Fixed EmailType to respect constructor args (#230, pull request courtesy of quantus)
0.32.7 (2016-05-20)
^^^^^^^^^^^^^^^^^^^

View File

@@ -95,4 +95,4 @@ from .types import ( # noqa
WeekDaysType
)
__version__ = '0.32.7'
__version__ = '0.32.8'