diff --git a/CHANGES.rst b/CHANGES.rst index 3acd31a..8ac071a 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.23.5 (2014-02-15) +^^^^^^^^^^^^^^^^^^^ + +- Fixed ArrowType timezone handling + + 0.23.4 (2014-01-30) ^^^^^^^^^^^^^^^^^^^ diff --git a/setup.py b/setup.py index accca68..825a84a 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.4', + version='0.23.5', 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 79f6a0e..312c0e1 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -56,7 +56,7 @@ from .types import ( ) -__version__ = '0.23.4' +__version__ = '0.23.5' __all__ = (