Bump version
This commit is contained in:
@@ -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)
|
||||
|
2
setup.py
2
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',
|
||||
|
@@ -56,7 +56,7 @@ from .types import (
|
||||
)
|
||||
|
||||
|
||||
__version__ = '0.23.5'
|
||||
__version__ = '0.24.0'
|
||||
|
||||
|
||||
__all__ = (
|
||||
|
Reference in New Issue
Block a user