]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 1.5.4 rel_1_5_4
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 3 Feb 2021 15:01:34 +0000 (10:01 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 3 Feb 2021 15:01:34 +0000 (10:01 -0500)
docs/build/changelog.rst
docs/build/conf.py
docs/build/unreleased/789.rst [deleted file]

index ccafe8443a178457c50a6810401feabbc90c3326..41799808fbf03d4e4be3d6f061654c1c4c817dbf 100644 (file)
@@ -5,7 +5,16 @@ Changelog
 
 .. changelog::
     :version: 1.5.4
-    :include_notes_from: unreleased
+    :released: February 3, 2021
+
+    .. change::
+        :tags: bug, versioning
+        :tickets: 789
+
+        Fixed bug in versioning model where a downgrade across a revision with a
+        dependency on another branch, yet an ancestor is also dependent on that
+        branch, would produce an erroneous state in the alembic_version table,
+        making upgrades impossible without manually repairing the table.
 
 .. changelog::
     :version: 1.5.3
index 8a2c82c1ea8ff1cb914efe29a770041d7bdb1301..4f84afc52a04189232a773c95801f0fbd234bc48 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.3"
-release_date = "January 29, 2021"
+release = "1.5.4"
+release_date = "February 3, 2021"
 
 
 # The language for content autogenerated by Sphinx. Refer to documentation
diff --git a/docs/build/unreleased/789.rst b/docs/build/unreleased/789.rst
deleted file mode 100644 (file)
index 8fb5e10..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-.. change::
-    :tags: bug, versioning
-    :tickets: 789
-
-    Fixed bug in versioning model where a downgrade across a revision with a
-    dependency on another branch, yet an ancestor is also dependent on that
-    branch, would produce an erroneous state in the alembic_version table,
-    making upgrades impossible without manually repairing the table.