From: Mike Bayer Date: Sat, 26 Jan 2019 02:06:39 +0000 (-0500) Subject: Version 1.0.8 placeholder X-Git-Tag: rel_1_0_8~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a70008d8d5e09c1980e84ec8a3dc2ff4e5ce66d8;p=thirdparty%2Fsqlalchemy%2Falembic.git Version 1.0.8 placeholder --- diff --git a/alembic/__init__.py b/alembic/__init__.py index ae647488..134488f8 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -6,7 +6,7 @@ from . import op # noqa from .runtime import environment from .runtime import migration -__version__ = '1.0.7' +__version__ = '1.0.8' package_dir = path.abspath(path.dirname(__file__)) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 3c4882d2..985bd175 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.0.8 + :include_notes_from: unreleased + .. changelog:: :version: 1.0.7 :released: January 25, 2019