Bump version

This commit is contained in:
Konsta Vesterinen
2014-02-20 13:29:07 +02:00
parent c23b5dc0ae
commit 89116dd645
3 changed files with 4 additions and 2 deletions

View File

@@ -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)

View File

@@ -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',

View File

@@ -56,7 +56,7 @@ from .types import (
)
__version__ = '0.23.5'
__version__ = '0.24.0'
__all__ = (