Bump version

This commit is contained in:
Konsta Vesterinen
2014-10-14 16:08:35 +03:00
parent 34ed8deaf0
commit b548f86271
2 changed files with 7 additions and 1 deletions

View File

@@ -4,6 +4,12 @@ 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.0 (2014-10-14)
^^^^^^^^^^^^^^^^^^^
- Added EncryptedType
0.26.17 (2014-10-07) 0.26.17 (2014-10-07)
^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^

View File

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