]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 1.7.3 rel_1_7_3
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 17 Sep 2021 15:28:22 +0000 (11:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 17 Sep 2021 15:28:22 +0000 (11:28 -0400)
docs/build/changelog.rst
docs/build/conf.py
docs/build/unreleased/914.rst [deleted file]

index b2790be5531f92d6ac6201acb919d5e94338d690..56e6498c822a71f4acdc984f30ea5eebbaf1675f 100644 (file)
@@ -5,7 +5,16 @@ Changelog
 
 .. changelog::
     :version: 1.7.3
-    :include_notes_from: unreleased
+    :released: September 17, 2021
+
+    .. change::
+        :tags: bug, mypy
+        :tickets: 914
+
+        Fixed type annotations for the "constraint_name" argument of operations
+        ``create_primary_key()``, ``create_foreign_key()``.  Pull request courtesy
+        TilmanK.
+
 
 .. changelog::
     :version: 1.7.2
index d34b791a2d3b465fbb4f17904c50b6f9cb46da07..a0bbbfbb968b2e57873268d4c94b41bc17c232cb 100644 (file)
@@ -85,7 +85,7 @@ 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.2"
+release = "1.7.3"
 release_date = "September 17, 2021"
 
 
diff --git a/docs/build/unreleased/914.rst b/docs/build/unreleased/914.rst
deleted file mode 100644 (file)
index cbc9f34..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-.. change::
-    :tags: bug, mypy
-    :tickets: 914
-
-    Fixed type annotations for the "constraint_name" argument of operations
-    ``create_primary_key()``, ``create_foreign_key()``.  Pull request courtesy
-    TilmanK.
-