From: Mike Bayer Date: Wed, 31 Oct 2018 20:34:47 +0000 (-0400) Subject: Version 1.0.3 placeholder X-Git-Tag: rel_1_0_3~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a1d8546551e8fcc03cbb73646500a370b7eeda1;p=thirdparty%2Fsqlalchemy%2Falembic.git Version 1.0.3 placeholder --- diff --git a/alembic/__init__.py b/alembic/__init__.py index 937aed66..107703f0 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -1,6 +1,6 @@ from os import path -__version__ = '1.0.2' +__version__ = '1.0.3' package_dir = path.abspath(path.dirname(__file__)) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index a0b0f490..c7a5ab30 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.0.3 + :include_notes_from: unreleased + .. changelog:: :version: 1.0.2 :released: October 31, 2018