From a5143e2b8abf2b51be7252882675d32cfd5e71c1 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Mon, 22 Jul 2013 11:21:06 +0300 Subject: [PATCH] Bumped version --- setup.py | 2 +- sqlalchemy_utils/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 713aba8..4cf1f64 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ class PyTest(Command): setup( name='SQLAlchemy-Utils', - version='0.14.4', + version='0.14.5', url='https://github.com/kvesteri/sqlalchemy-utils', license='BSD', author='Konsta Vesterinen', diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index aef926e..792090a 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -24,7 +24,7 @@ from .types import ( ) -__version__ = '0.14.4' +__version__ = '0.14.5' __all__ = (