Bump version

This commit is contained in:
Konsta Vesterinen
2016-03-17 09:12:32 +02:00
parent e66431a9f7
commit d314076fd1
2 changed files with 3 additions and 2 deletions

View File

@@ -4,10 +4,11 @@ Changelog
Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.32.0 (2016-03-xx)
0.32.0 (2016-03-17)
^^^^^^^^^^^^^^^^^^^
- Dropped py26 support
- Made PasswordType to use LazyCryptContext by default (#204, courtesy of olegpidsadnyi)
0.31.6 (2016-01-21)

View File

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