Updated version

This commit is contained in:
Vesa Uimonen
2013-03-26 13:59:35 +02:00
parent ccd95ce960
commit 67ed1a9769
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.7.3 (2013-03-26)
^^^^^^^^^^^^^^^^^^
- Enabled PhoneNumberType None value storing
0.7.2 (2013-03-26)
^^^^^^^^^^^^^^^^^^

View File

@@ -24,7 +24,7 @@ class PyTest(Command):
setup(
name='SQLAlchemy-Utils',
version='0.7.2',
version='0.7.3',
url='https://github.com/kvesteri/sqlalchemy-utils',
license='BSD',
author='Konsta Vesterinen',