Bump version

This commit is contained in:
Konsta Vesterinen
2015-04-07 23:39:26 +03:00
parent 9b850838d0
commit 7f253ab9d9
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.
0.29.9 (2015-04-07)
^^^^^^^^^^^^^^^^^^^
- Added CurrencyType (#19) and Currency class
0.29.8 (2015-03-03)
^^^^^^^^^^^^^^^^^^^

View File

@@ -89,4 +89,4 @@ from .types import ( # noqa
WeekDaysType
)
__version__ = '0.29.8'
__version__ = '0.29.9'