Bumped version

This commit is contained in:
Konsta Vesterinen
2013-07-23 10:37:30 +03:00
parent 5b60c22d0e
commit 027e4e06d9
3 changed files with 8 additions and 2 deletions

View File

@@ -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)
^^^^^^^^^^^^^^^^^^^

View File

@@ -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',

View File

@@ -26,7 +26,7 @@ from .types import (
)
__version__ = '0.14.7'
__version__ = '0.15.0'
__all__ = (