Bump version

This commit is contained in:
Konsta Vesterinen
2016-04-20 15:33:48 +03:00
parent 8c425681d8
commit c5b20535fd
2 changed files with 9 additions and 3 deletions

View File

@@ -4,11 +4,17 @@ Changelog
Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.32.2 (2016-04-20)
^^^^^^^^^^^^^^^^^^^
- Fixed PasswordType to not access LazyCryptContext on type init (#211, pull request courtesy of olegpidsadnyi)
0.32.1 (2016-03-30)
^^^^^^^^^^^^^^^^^^^
- Fix database helpers for sqlite (#208, pull request courtesy of RobertDeRose)
- Fix TranslationHybrid aliased entities handling (#198, pull request courtesy of jmagnusson)
- Fixed database helpers for sqlite (#208, pull request courtesy of RobertDeRose)
- Fixed TranslationHybrid aliased entities handling (#198, pull request courtesy of jmagnusson)
0.32.0 (2016-03-17)

View File

@@ -93,4 +93,4 @@ from .types import ( # noqa
WeekDaysType
)
__version__ = '0.32.1'
__version__ = '0.32.2'