From 815e1954894e74f370ee290e2cc57cc8156e476f Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 23 Mar 2021 14:13:02 -0400 Subject: [PATCH] - 1.5.8 --- docs/build/changelog.rst | 10 +++++++++- docs/build/conf.py | 4 ++-- docs/build/unreleased/816.rst | 7 ------- 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 docs/build/unreleased/816.rst diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index fa12f7fb..b3e9ba0f 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -5,7 +5,15 @@ Changelog .. changelog:: :version: 1.5.8 - :include_notes_from: unreleased + :released: March 23, 2021 + + .. change:: + :tags: bug, environment + :tickets: 816 + + Fixed regression caused by SQLAlchemy 1.4 where the "alembic current" + command would fail due to changes in the ``URL`` object. + .. changelog:: :version: 1.5.7 diff --git a/docs/build/conf.py b/docs/build/conf.py index 9c1233c5..dafc2341 100644 --- a/docs/build/conf.py +++ b/docs/build/conf.py @@ -85,8 +85,8 @@ # The short X.Y version. version = alembic.__version__ # The full version, including alpha/beta/rc tags. -release = "1.5.7" -release_date = "March 11, 2021" +release = "1.5.8" +release_date = "March 23, 2021" # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/docs/build/unreleased/816.rst b/docs/build/unreleased/816.rst deleted file mode 100644 index 9ce24256..00000000 --- a/docs/build/unreleased/816.rst +++ /dev/null @@ -1,7 +0,0 @@ -.. change:: - :tags: bug, environment - :tickets: 816 - - Fixed regression caused by SQLAlchemy 1.4 where the "alembic current" - command would fail due to changes in the ``URL`` object. -