From 67ed1a976916dc5afecb4d70348b7f40a20d22ed Mon Sep 17 00:00:00 2001 From: Vesa Uimonen Date: Tue, 26 Mar 2013 13:59:35 +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 101cc02..68b7893 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.3 (2013-03-26) +^^^^^^^^^^^^^^^^^^ + +- Enabled PhoneNumberType None value storing + + 0.7.2 (2013-03-26) ^^^^^^^^^^^^^^^^^^ diff --git a/setup.py b/setup.py index 5fc94dc..cd19582 100644 --- a/setup.py +++ b/setup.py @@ -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',