]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- call the next release 1.2.0
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 Sep 2019 00:15:52 +0000 (20:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 19 Sep 2019 00:15:52 +0000 (20:15 -0400)
Change-Id: I7d0b145afeaff8dfbdbe05d98486bdef3c0b46c2

alembic/__init__.py
alembic/runtime/migration.py
docs/build/changelog.rst

index 12ff138bc13e287eec6cbf3e6fd9401f69a70bd0..6a001c712e11b908a46ca3bef3fe27fbde59ee4e 100644 (file)
@@ -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__))
 
index 61bceeb9c46f902c10e6461ae78c5c73aa3062da..31bc727b70d25afeab379a94af54b080df69cc82 100644 (file)
@@ -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()
index 9e648180e2cc0bc3ace9b88d8dacbc44672f0f13..e82f581a6441b9c8f27efb79628b6e13f9303ae1 100644 (file)
@@ -4,7 +4,7 @@ Changelog
 ==========
 
 .. changelog::
-    :version: 1.1.1
+    :version: 1.2.0
     :include_notes_from: unreleased
 
 .. changelog::