diff --git a/CHANGES.rst b/CHANGES.rst index 022a46c..19a7234 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,13 @@ Changelog Here you can see the full list of changes between each SQLAlchemy-Utils release. +0.24.2 (2014-02-21) +^^^^^^^^^^^^^^^^^^^ + +- Remove toolz from dependencies +- Add step argument support for all range types +- Optional intervals dependency updated to 0.2.4 + 0.24.1 (2014-02-21) ^^^^^^^^^^^^^^^^^^^ diff --git a/setup.py b/setup.py index dc0fcee..5f5497a 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ for name, requirements in extras_require.items(): setup( name='SQLAlchemy-Utils', - version='0.24.1', + version='0.24.2', 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 62e893c..88aa12f 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -56,7 +56,7 @@ from .types import ( ) -__version__ = '0.24.1' +__version__ = '0.24.2' __all__ = (