Updated version

This commit is contained in:
Vesa Uimonen
2013-03-27 14:53:45 +02:00
parent c03bcc4874
commit b6f46d539b
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.7 (2013-03-27)
^^^^^^^^^^^^^^^^^^
- Changed PhoneNumber string representation to the national phone number format
0.7.6 (2013-03-26)
^^^^^^^^^^^^^^^^^^

View File

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