From: Mike Bayer Date: Mon, 17 Jul 2017 14:33:25 +0000 (-0400) Subject: - 0.9.4 setup X-Git-Tag: rel_0_9_4~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11b0e8a5b6c57e9900b86554e66c7b2ad3fe38cd;p=thirdparty%2Fsqlalchemy%2Falembic.git - 0.9.4 setup Change-Id: Id951f3ff26b34a03a519b634d1cd7cbf0223f849 --- diff --git a/alembic/__init__.py b/alembic/__init__.py index 9ef95c2e..1756e49f 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 7cc78c3e..cdb326f8 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