Bump version

This commit is contained in:
Konsta Vesterinen
2016-11-19 10:38:38 +02:00
parent 287f43ea7b
commit 7f7ed30951
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.11 (2016-11-19)
^^^^^^^^^^^^^^^^^^^^
- TimeZoneType support for static timezones (#244, pull request courtesy of fuhrysteve)
- Added SQLite support for PasswordType (#254, pull request courtesy of frol)
0.32.10 (2016-10-20)
^^^^^^^^^^^^^^^^^^^^

View File

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