]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 1.5.8 rel_1_5_8
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 Mar 2021 18:13:02 +0000 (14:13 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 Mar 2021 18:13:02 +0000 (14:13 -0400)
docs/build/changelog.rst
docs/build/conf.py
docs/build/unreleased/816.rst [deleted file]

index fa12f7fbdb804ef82c19a61ac2d39dfb8bdda8c2..b3e9ba0f16be8d9ada52de2f8d42445745b827c2 100644 (file)
@@ -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
index 9c1233c5f1f2ee257de9036f716dc4eae887e329..dafc2341c3f4cef6ce94e45a15f6690f1dc232da 100644 (file)
@@ -85,8 +85,8 @@ copyright = u"2010-2021, Mike Bayer"  # noqa
 # 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 (file)
index 9ce2425..0000000
+++ /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.
-