From: Mike Bayer Date: Thu, 19 Sep 2019 00:15:52 +0000 (-0400) Subject: - call the next release 1.2.0 X-Git-Tag: rel_1_2_0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3398e6b5a5175009c9d7047df0c1bbf9891c6610;p=thirdparty%2Fsqlalchemy%2Falembic.git - call the next release 1.2.0 Change-Id: I7d0b145afeaff8dfbdbe05d98486bdef3c0b46c2 --- diff --git a/alembic/__init__.py b/alembic/__init__.py index 12ff138b..6a001c71 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.1.1' +__version__ = "1.2.0" package_dir = path.abspath(path.dirname(__file__)) diff --git a/alembic/runtime/migration.py b/alembic/runtime/migration.py index 61bceeb9..31bc727b 100644 --- a/alembic/runtime/migration.py +++ b/alembic/runtime/migration.py @@ -259,7 +259,7 @@ class MigrationContext(object): migrations whether or not one of them has an autocommit block. - .. versionadded:: 1.1.1 + .. versionadded:: 1.2.0 """ _in_connection_transaction = self._in_connection_transaction() diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 9e648180..e82f581a 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -4,7 +4,7 @@ Changelog ========== .. changelog:: - :version: 1.1.1 + :version: 1.2.0 :include_notes_from: unreleased .. changelog::