diff --git a/CHANGES.rst b/CHANGES.rst index 6104551..c1912ec 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) ^^^^^^^^^^^^^^^^^^^ diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index 7d59edc..c8344e9 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -89,4 +89,4 @@ from .types import ( # noqa WeekDaysType ) -__version__ = '0.29.8' +__version__ = '0.29.9'