Change-Id: I7d0b145afeaff8dfbdbe05d98486bdef3c0b46c2
from .runtime import environment
from .runtime import migration
-__version__ = '1.1.1'
+__version__ = "1.2.0"
package_dir = path.abspath(path.dirname(__file__))
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()
==========
.. changelog::
- :version: 1.1.1
+ :version: 1.2.0
:include_notes_from: unreleased
.. changelog::