Bump version
This commit is contained in:
10
CHANGES.rst
10
CHANGES.rst
@@ -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)
|
||||
|
@@ -93,4 +93,4 @@ from .types import ( # noqa
|
||||
WeekDaysType
|
||||
)
|
||||
|
||||
__version__ = '0.32.1'
|
||||
__version__ = '0.32.2'
|
||||
|
Reference in New Issue
Block a user