]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 1.7.4 rel_1_7_4
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Oct 2021 14:13:39 +0000 (10:13 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 6 Oct 2021 14:13:39 +0000 (10:13 -0400)
docs/build/changelog.rst
docs/build/conf.py
docs/build/unreleased/934.rst [deleted file]
docs/build/unreleased/944.rst [deleted file]

index 24664953889ed6c738fc90a5bfdd6bea6495250b..fd4064572a89a284142fb1c674f230a3351f06be 100644 (file)
@@ -5,7 +5,23 @@ Changelog
 
 .. changelog::
     :version: 1.7.4
-    :include_notes_from: unreleased
+    :released: October 6, 2021
+
+    .. change::
+        :tags: bug, regression
+        :tickets: 934
+
+        Fixed a regression that prevented the use of post write hooks
+        on python version lower than 3.9
+
+    .. change::
+        :tags: bug, environment
+        :tickets: 944
+
+        Fixed issue where the :meth:`.MigrationContext.autocommit_block` feature
+        would fail to function when using a SQLAlchemy engine using 2.0 future
+        mode.
+
 
 .. changelog::
     :version: 1.7.3
index a0bbbfbb968b2e57873268d4c94b41bc17c232cb..27d5f8fca181e025a30b98bbba6d8f3718838ce6 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.7.3"
-release_date = "September 17, 2021"
+release = "1.7.4"
+release_date = "October 6, 2021"
 
 
 # The language for content autogenerated by Sphinx. Refer to documentation
diff --git a/docs/build/unreleased/934.rst b/docs/build/unreleased/934.rst
deleted file mode 100644 (file)
index 27febdd..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-.. change::
-    :tags: bug, regression
-    :tickets: 934
-
-    Fixed a regression that prevented the use of post write hooks
-    on python version lower than 3.9
diff --git a/docs/build/unreleased/944.rst b/docs/build/unreleased/944.rst
deleted file mode 100644 (file)
index 79b846e..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-.. change::
-    :tags: bug, environment
-    :tickets: 944
-
-    Fixed issue where the :meth:`.MigrationContext.autocommit_block` feature
-    would fail to function when using a SQLAlchemy engine using 2.0 future
-    mode.
-