Bump version

This commit is contained in:
Konsta Vesterinen
2015-07-21 09:28:10 +03:00
parent a7c5b3cb26
commit 4bf047d9ae
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ Changelog
Here you can see the full list of changes between each SQLAlchemy-Utils release. Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.30.13 (2015-07-16) 0.30.13 (2015-07-21)
^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^
- Added support for InstrumentedAttributes, ColumnProperties and Columns in get_columns function - Added support for InstrumentedAttributes, ColumnProperties and Columns in get_columns function

View File

@@ -92,4 +92,4 @@ from .types import ( # noqa
WeekDaysType WeekDaysType
) )
__version__ = '0.30.12' __version__ = '0.30.13'