Bump version

This commit is contained in:
Konsta Vesterinen
2016-12-18 11:11:18 +02:00
parent 975a9fabe0
commit a5ef06f125
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.12 (2016-12-18)
^^^^^^^^^^^^^^^^^^^
- Added generic_repr decorator
0.32.11 (2016-11-19) 0.32.11 (2016-11-19)
^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^

View File

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