diff --git a/CHANGES.rst b/CHANGES.rst index a28f29c..b1f4e66 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.15.0 (2013-07-22) +^^^^^^^^^^^^^^^^^^^ + +- Added PasswordType + + 0.14.7 (2013-07-22) ^^^^^^^^^^^^^^^^^^^ diff --git a/setup.py b/setup.py index b97f09f..8db8d34 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ class PyTest(Command): setup( name='SQLAlchemy-Utils', - version='0.14.7', + version='0.15.0', url='https://github.com/kvesteri/sqlalchemy-utils', license='BSD', author='Konsta Vesterinen', diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index e2869ab..1bc660b 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -26,7 +26,7 @@ from .types import ( ) -__version__ = '0.14.7' +__version__ = '0.15.0' __all__ = (