Updated version and changelog

This commit is contained in:
Vesa Uimonen
2013-03-26 10:34:31 +02:00
parent ee4cdde590
commit 965b64c5bf
2 changed files with 6 additions and 1 deletions

View File

@@ -4,6 +4,11 @@ Changelog
Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.6.0 (2013-03-26)
^^^^^^^^^^^^^^^^^^
- Extended PhoneNumber class from python-phonenumbers library
0.5.0 (2013-03-20)
^^^^^^^^^^^^^^^^^^

View File

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