From: Mike Bayer Date: Fri, 13 Jul 2018 18:10:57 +0000 (-0400) Subject: Version 1.0.1 placeholder X-Git-Tag: rel_1_0_1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d325f25155d2ac020952742e75d19b2f06f5c3ab;p=thirdparty%2Fsqlalchemy%2Falembic.git Version 1.0.1 placeholder --- diff --git a/alembic/__init__.py b/alembic/__init__.py index fe5dce5a..582debec 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -1,6 +1,6 @@ from os import path -__version__ = '1.0.0' +__version__ = '1.0.1' package_dir = path.abspath(path.dirname(__file__)) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 60cdb7f4..83100132 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.0.1 + :include_notes_from: unreleased + .. changelog:: :version: 1.0.0 :released: July 13, 2018