Skip to content

Commit

Permalink
- 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Jan 20, 2021
1 parent 3c0dac8 commit 8b3a2d8
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 19 deletions.
20 changes: 19 additions & 1 deletion docs/build/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,25 @@ Changelog

.. 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
Expand Down
4 changes: 2 additions & 2 deletions docs/build/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@
# 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
Expand Down
8 changes: 0 additions & 8 deletions docs/build/unreleased/782.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/build/unreleased/784.rst

This file was deleted.

0 comments on commit 8b3a2d8

Please sign in to comment.