From: Mike Bayer Date: Fri, 17 Sep 2021 15:28:22 +0000 (-0400) Subject: - 1.7.3 X-Git-Tag: rel_1_7_3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f5d6d30ff19c926ac6646710514e038b89de731;p=thirdparty%2Fsqlalchemy%2Falembic.git - 1.7.3 --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index b2790be5..56e6498c 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -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 diff --git a/docs/build/conf.py b/docs/build/conf.py index d34b791a..a0bbbfbb 100644 --- a/docs/build/conf.py +++ b/docs/build/conf.py @@ -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 index cbc9f34d..00000000 --- a/docs/build/unreleased/914.rst +++ /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. -