From: Mike Bayer Date: Tue, 16 Jan 2018 17:53:26 +0000 (-0500) Subject: Version 0.9.8 placeholder X-Git-Tag: rel_0_9_8~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5af1c0823199d0aca152c9885ace36c5829a36a;p=thirdparty%2Fsqlalchemy%2Falembic.git Version 0.9.8 placeholder Change-Id: I756e389bbb336a75a2b2f79d3c8ee91523e1f744 --- diff --git a/alembic/__init__.py b/alembic/__init__.py index cb7b0dfc..35d58a8c 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -1,6 +1,6 @@ from os import path -__version__ = '0.9.7' +__version__ = '0.9.8' package_dir = path.abspath(path.dirname(__file__)) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index e1434543..c57e71f7 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 0.9.8 + :include_notes_from: unreleased + .. changelog:: :version: 0.9.7 :released: January 16, 2018