From: Mike Bayer Date: Fri, 16 Feb 2018 20:57:58 +0000 (-0500) Subject: Version 0.9.9 placeholder X-Git-Tag: rel_0_9_9~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d50b1a3e7c878234407912f95718cd839a4d03e7;p=thirdparty%2Fsqlalchemy%2Falembic.git Version 0.9.9 placeholder --- diff --git a/alembic/__init__.py b/alembic/__init__.py index 35d58a8c..d6c8b33f 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -1,6 +1,6 @@ from os import path -__version__ = '0.9.8' +__version__ = '0.9.9' package_dir = path.abspath(path.dirname(__file__)) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 0a9b675f..bef0b6a9 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,7 +3,11 @@ Changelog ========== -.. changelog:: + .. changelog:: + :version: 0.9.9 + :include_notes_from: unreleased + + .. changelog:: :version: 0.9.8 :released: February 16, 2018