diff --git a/CHANGES.rst b/CHANGES.rst index 425861e..8e5c464 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.27.0 (2014-10-14) +^^^^^^^^^^^^^^^^^^^ + +- Added EncryptedType + + 0.26.17 (2014-10-07) ^^^^^^^^^^^^^^^^^^^^ diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index 85bef09..fccaeba 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -77,7 +77,7 @@ from .types import ( from .models import Timestamp -__version__ = '0.26.17' +__version__ = '0.27.0' __all__ = (