From e37162294fc6df9740f4231a75021f391e2a0f98 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 9 Sep 2014 17:50:09 -0400 Subject: [PATCH] 0.6.7 --- alembic/__init__.py | 2 +- docs/build/changelog.rst | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/alembic/__init__.py b/alembic/__init__.py index 56a254d5..9b7ed66f 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -1,6 +1,6 @@ from os import path -__version__ = '0.6.6' +__version__ = '0.6.7' package_dir = path.abspath(path.dirname(__file__)) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index f409f673..6f23270c 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -4,6 +4,7 @@ Changelog ========== .. changelog:: :version: 0.6.7 + :released: September 9, 2014 .. change:: :tags: bug, mssql @@ -14,7 +15,7 @@ Changelog Łukasz Bołdys. .. change:: - :tags: enhancement + :tags: feature :tickets: 222 Added support for functional indexes when using the -- 2.47.2