From: Mike Bayer Date: Fri, 27 Oct 2017 18:16:46 +0000 (-0400) Subject: track 0.9.7 notes X-Git-Tag: rel_0_9_7~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=159dd0cda439984227a141184e41c2c4b4709b0b;p=thirdparty%2Fsqlalchemy%2Falembic.git track 0.9.7 notes Change-Id: Idbf1383da9a575f29aa37ab02fc242f13c91332e --- diff --git a/alembic/__init__.py b/alembic/__init__.py index f1df8de6..cb7b0dfc 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -1,6 +1,6 @@ from os import path -__version__ = '0.9.6' +__version__ = '0.9.7' package_dir = path.abspath(path.dirname(__file__)) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index c0983c5d..1fcda2f7 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 0.9.7 + :include_notes_from: unreleased + .. changelog:: :version: 0.9.6 :released: October 13, 2017