From 11b0e8a5b6c57e9900b86554e66c7b2ad3fe38cd Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 17 Jul 2017 10:33:25 -0400 Subject: [PATCH] - 0.9.4 setup Change-Id: Id951f3ff26b34a03a519b634d1cd7cbf0223f849 --- alembic/__init__.py | 2 +- docs/build/changelog.rst | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/alembic/__init__.py b/alembic/__init__.py index 9ef95c2..1756e49 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -1,6 +1,6 @@ from os import path -__version__ = '0.9.3' +__version__ = '0.9.4' package_dir = path.abspath(path.dirname(__file__)) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 7cc78c3..cdb326f 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,9 @@ Changelog ========== +.. changelog:: + :version: 0.9.4 + .. changelog:: :version: 0.9.3 :released: July 6, 2017