From 5191bc1e65cd2e686f37c0e579a394b4c2b2c54a Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sat, 4 Mar 2017 16:43:10 -0500 Subject: [PATCH] - 0.9.2 setup Change-Id: I4459aeef0028c89ac1c30e79cbceefe3b0c27f64 --- alembic/__init__.py | 2 +- docs/build/changelog.rst | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/alembic/__init__.py b/alembic/__init__.py index 16b312c9..4b3f93d9 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -1,6 +1,6 @@ from os import path -__version__ = '0.9.1' +__version__ = '0.9.2' package_dir = path.abspath(path.dirname(__file__)) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 64044585..85513606 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 0.9.2 + :released: + .. changelog:: :version: 0.9.1 :released: March 1, 2017 -- 2.47.2