Bump version

This commit is contained in:
Konsta Vesterinen
2015-05-28 17:55:52 +03:00
parent 6875073d45
commit 697514dba9
2 changed files with 2 additions and 1 deletions

View File

@@ -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 psycopg2 requirement optional (#145, #146)
- Make CompositeArray work with tuples given as bind parameters
0.30.5 (2015-05-27) 0.30.5 (2015-05-27)

View File

@@ -90,4 +90,4 @@ from .types import ( # noqa
WeekDaysType WeekDaysType
) )
__version__ = '0.30.5' __version__ = '0.30.6'