From 242844a51329a2fad950c3652a5c7b4cd5eaa7f8 Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Tue, 7 Oct 2014 14:05:11 +0300 Subject: [PATCH] Bump version --- CHANGES.rst | 2 +- sqlalchemy_utils/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 1b3fecd..425861e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,7 @@ Changelog Here you can see the full list of changes between each SQLAlchemy-Utils release. -0.26.17 (2014-10-xx) +0.26.17 (2014-10-07) ^^^^^^^^^^^^^^^^^^^^ - Added explain and explain_analyze expressions diff --git a/sqlalchemy_utils/__init__.py b/sqlalchemy_utils/__init__.py index 428b5c3..cd2f2ed 100644 --- a/sqlalchemy_utils/__init__.py +++ b/sqlalchemy_utils/__init__.py @@ -76,7 +76,7 @@ from .types import ( from .models import Timestamp -__version__ = '0.26.16' +__version__ = '0.26.17' __all__ = (