From b43b72af039c103189d4b2322d9da1f79a207173 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Tue, 23 Jul 2013 10:29:53 +0300 Subject: [PATCH] Bumped version --- CHANGES.rst | 6 ++++++ setup.py | 2 +- sqlalchemy_utils/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index b75bd61..a28f29c 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.14.7 (2013-07-22) +^^^^^^^^^^^^^^^^^^^ + +- Lazy import for ipaddress package + + 0.14.6 (2013-07-22) ^^^^^^^^^^^^^^^^^^^ diff --git a/setup.py b/setup.py index c288ed5..7c7dcaa 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ class PyTest(Command): setup( name='SQLAlchemy-Utils', - version='0.14.6', + version='0.14.7', 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 3f43e20..de0ff33 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -24,7 +24,7 @@ from .types import ( ) -__version__ = '0.14.6' +__version__ = '0.14.7' __all__ = (