Bump version

This commit is contained in:
Konsta Vesterinen
2016-10-20 10:14:56 +03:00
parent 8b78057806
commit 64c5fdd44e
2 changed files with 8 additions and 1 deletions

View File

@@ -4,6 +4,13 @@ Changelog
Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.32.10 (2016-10-20)
^^^^^^^^^^^^^^^^^^^^
- Added PhoneNumber as the python_type for PhoneNumberType (#248)
- Made auto_delete_orphans support backref tuples (#234, pull request courtesy of vToMy)
0.32.9 (2016-07-17)
^^^^^^^^^^^^^^^^^^^

View File

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