diff --git a/CHANGES.rst b/CHANGES.rst index aa1b15a..0fca53b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,7 @@ Here you can see the full list of changes between each SQLAlchemy-Utils release. ^^^^^^^^^^^^^^^^^^^ - Make psycopg2 requirement optional (#145, #146) +- Make CompositeArray work with tuples given as bind parameters 0.30.5 (2015-05-27) diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index 04c58c4..8704971 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -90,4 +90,4 @@ from .types import ( # noqa WeekDaysType ) -__version__ = '0.30.5' +__version__ = '0.30.6'