Bump version

This commit is contained in:
Konsta Vesterinen
2016-05-11 14:25:30 +03:00
parent c2d3d21b7d
commit 57b552c7e4
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.6 (2016-05-11)
^^^^^^^^^^^^^^^^^^^
- Added support for timezones with ArrowType (#218, pull request courtesy of jmagnusson)
0.32.5 (2016-04-29)
^^^^^^^^^^^^^^^^^^^

View File

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