From 89116dd645e7f129201762a1c607f69bc869181d Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Thu, 20 Feb 2014 13:29:07 +0200 Subject: [PATCH] Bump version --- CHANGES.rst | 2 ++ setup.py | 2 +- sqlalchemy_utils/__init__.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 10a087d..92c1c88 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,8 @@ Here you can see the full list of changes between each SQLAlchemy-Utils release. - Added getdotattr - Added Path and AttrPath classes +- SQLAlchemy dependency updated to 0.9.3 +- Optional intervals dependency updated to 0.2.2 0.23.5 (2014-02-15) diff --git a/setup.py b/setup.py index 66a5d56..dd5b93f 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ for name, requirements in extras_require.items(): setup( name='SQLAlchemy-Utils', - version='0.23.5', + version='0.24.0', url='https://github.com/kvesteri/sqlalchemy-utils', license='BSD', author='Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen', diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index 312c0e1..6104843 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -56,7 +56,7 @@ from .types import ( ) -__version__ = '0.23.5' +__version__ = '0.24.0' __all__ = (