From 70bda92f86b1aefed1769fb2aa3c505cb66d7143 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 21 Feb 2017 11:45:07 -0500 Subject: [PATCH] - call this 0.9.0, as there are some slight architectural changes coming Change-Id: I98d8edf6b05281bfbc4f3a4338f02084a759a9f8 --- alembic/__init__.py | 2 +- docs/build/changelog.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alembic/__init__.py b/alembic/__init__.py index e10f021a..f8424edd 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -1,6 +1,6 @@ from os import path -__version__ = '0.8.11' +__version__ = '0.9.0' package_dir = path.abspath(path.dirname(__file__)) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 01a23a7b..2ccdf6ce 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -4,7 +4,7 @@ Changelog ========== .. changelog:: - :version: 0.8.11 + :version: 0.9.0 :released: .. change:: fk_schema_compare -- 2.47.2