From: Mike Bayer Date: Tue, 25 Jun 2019 21:39:41 +0000 (-0400) Subject: Version 1.0.12 placeholder X-Git-Tag: rel_1_1_0~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfe112b66fa09e1c2e24ef393a5706e9ef6ba6a6;p=thirdparty%2Fsqlalchemy%2Falembic.git Version 1.0.12 placeholder --- diff --git a/alembic/__init__.py b/alembic/__init__.py index 7fa2e83f..78d16cd2 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.11' +__version__ = '1.0.12' package_dir = path.abspath(path.dirname(__file__)) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 49201069..b05177a9 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.0.12 + :include_notes_from: unreleased + .. changelog:: :version: 1.0.11 :released: June 25, 2019