Bump version

This commit is contained in:
Konsta Vesterinen
2016-05-20 10:01:40 +03:00
parent 3b3e55d74b
commit 57ab3d7126
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. Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.32.7 (2016-05-20)
^^^^^^^^^^^^^^^^^^^
- Made PhoneNumber exceptions inherit SQLAlchemy's DontWrapMixin (#219, pull request courtesy of JackWink)
0.32.6 (2016-05-11) 0.32.6 (2016-05-11)
^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^

View File

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