.. changelog::
:version: 1.5.2
- :include_notes_from: unreleased
+ :released: January 20, 2021
+
+ .. change::
+ :tags: bug, versioning, regression
+ :tickets: 784
+
+ Fixed regression where new "loop detection" feature introduced in
+ :ticket:`757` produced false positives for revision names that have
+ overlapping substrings between revision number and down revision and/or
+ dependency, if the downrev/dependency were not in sequence form.
+
+ .. change::
+ :tags: bug, environment
+ :tickets: 782
+
+ Fixed regression where Alembic would fail to create a transaction properly
+ if the :class:`sqlalchemy.engine.Connection` were a so-called "branched"
+ connection, that is, one where the ``.connect()`` method had been called to
+ create a "sub" connection.
.. changelog::
:version: 1.5.1
# The short X.Y version.
version = alembic.__version__
# The full version, including alpha/beta/rc tags.
-release = "1.5.1"
-release_date = "January 19, 2021"
+release = "1.5.2"
+release_date = "January 20, 2021"
# The language for content autogenerated by Sphinx. Refer to documentation
+++ /dev/null
-.. change::
- :tags: bug, environment
- :tickets: 782
-
- Fixed regression where Alembic would fail to create a transaction properly
- if the :class:`sqlalchemy.engine.Connection` were a so-called "branched"
- connection, that is, one where the ``.connect()`` method had been called to
- create a "sub" connection.
+++ /dev/null
-.. change::
- :tags: bug, versioning, regression
- :tickets: 784
-
- Fixed regression where new "loop detection" feature introduced in
- :ticket:`757` produced false positives for revision names that have
- overlapping substrings between revision number and down revision and/or
- dependency, if the downrev/dependency were not in sequence form.