Bump version, update changes

This commit is contained in:
Konsta Vesterinen
2014-12-17 11:01:24 +02:00
parent b1a35fa70d
commit 5b5e296eba
2 changed files with 8 additions and 1 deletions

View File

@@ -4,6 +4,13 @@ Changelog
Here you can see the full list of changes between each SQLAlchemy-Utils release.
0.28.3 (2014-12-17)
^^^^^^^^^^^^^^^^^^^
- Made aggregated fully support column aliases
- Changed test matrix to run all tests without any optional dependencies (as well as with all optional dependencies)
0.28.2 (2014-12-13)
^^^^^^^^^^^^^^^^^^^

View File

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