Bump version

This commit is contained in:
Konsta Vesterinen
2014-10-20 17:56:34 +03:00
parent 7a7c269d54
commit 72718fad01
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.27.1 (2014-10-xx) 0.27.1 (2014-10-20)
^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^
- Added support for more SQLAlchemy based objects and classes in get_tables function - Added support for more SQLAlchemy based objects and classes in get_tables function

View File

@@ -78,7 +78,7 @@ from .types import (
from .models import Timestamp from .models import Timestamp
__version__ = '0.27.0' __version__ = '0.27.1'
__all__ = ( __all__ = (