From b6f46d539bc30839b6238cfb08254fb15b22a5ef Mon Sep 17 00:00:00 2001 From: Vesa Uimonen Date: Wed, 27 Mar 2013 14:53:45 +0200 Subject: [PATCH] Updated version --- CHANGES.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index cd8cf6c..ee9761e 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.7.7 (2013-03-27) +^^^^^^^^^^^^^^^^^^ + +- Changed PhoneNumber string representation to the national phone number format + + 0.7.6 (2013-03-26) ^^^^^^^^^^^^^^^^^^ diff --git a/setup.py b/setup.py index 9aafeea..37f6182 100644 --- a/setup.py +++ b/setup.py @@ -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',