From: Mike Bayer Date: Fri, 29 Jun 2018 20:27:56 +0000 (-0400) Subject: Version 1.0.0 placeholder X-Git-Tag: rel_1_0_0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b20fe6bfc911898af2ff722f343101832cdf11ec;p=thirdparty%2Fsqlalchemy%2Falembic.git Version 1.0.0 placeholder --- diff --git a/alembic/__init__.py b/alembic/__init__.py index 6bac3e77..fe5dce5a 100644 --- a/alembic/__init__.py +++ b/alembic/__init__.py @@ -1,6 +1,6 @@ from os import path -__version__ = '0.9.10' +__version__ = '1.0.0' package_dir = path.abspath(path.dirname(__file__)) diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 8c1b11e5..2332d70f 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -3,6 +3,10 @@ Changelog ========== +.. changelog:: + :version: 1.0.0 + :include_notes_from: unreleased + .. changelog:: :version: 0.9.10 :released: June 29, 2018