From: Mike Bayer Date: Tue, 21 Feb 2017 16:45:07 +0000 (-0500) Subject: - call this 0.9.0, as there are some slight architectural changes X-Git-Tag: rel_0_9_0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70bda92f86b1aefed1769fb2aa3c505cb66d7143;p=thirdparty%2Fsqlalchemy%2Falembic.git - call this 0.9.0, as there are some slight architectural changes coming Change-Id: I98d8edf6b05281bfbc4f3a4338f02084a759a9f8 --- 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