From 5b5e296ebaee66ab8c978bc88151ac0cc9ee5669 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Wed, 17 Dec 2014 11:01:24 +0200 Subject: [PATCH] Bump version, update changes --- CHANGES.rst | 7 +++++++ sqlalchemy_utils/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 896de31..bf4853e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) ^^^^^^^^^^^^^^^^^^^ diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index c87d1cb..1c5ba7c 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -81,7 +81,7 @@ from .types import ( from .models import Timestamp -__version__ = '0.28.2' +__version__ = '0.28.3' __all__ = (