Bump version

This commit is contained in:
Konsta Vesterinen
2014-12-13 10:30:46 +02:00
parent 90c2bfd354
commit 6f3af3ee75
2 changed files with 4 additions and 4 deletions

View File

@@ -3,15 +3,15 @@ Changelog
Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.28.1 (2014-12-xx)
^^^^^^^^^^^^^^^^^^^^
0.28.1 (2014-12-13)
^^^^^^^^^^^^^^^^^^^
- Improved EncryptedType to support more underlying_type's; now supports: Integer, Boolean, Date, Time, DateTime, ColorType, PhoneNumberType, Unicode(Text), String(Text), Enum
- Allow a callable to be used to lookup the key for EncryptedType
0.28.0 (2014-12-12)
^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^
- Fixed PhoneNumber string coercion (#93)
- Added observes decorator (generates decorator will be deprecated later)

View File

@@ -81,7 +81,7 @@ from .types import (
from .models import Timestamp
__version__ = '0.28.0'
__version__ = '0.28.1'
__all__ = (