Update changes

This commit is contained in:
Konsta Vesterinen
2016-03-30 15:59:35 +03:00
parent ed663e2dea
commit ee410daba2
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.1 (2016-03-30)
^^^^^^^^^^^^^^^^^^^
- Fix database helpers for sqlite (#208, pull request courtesy of RobertDeRose)
0.32.0 (2016-03-17) 0.32.0 (2016-03-17)
^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^

View File

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