From: Mike Bayer Date: Wed, 13 Nov 2019 14:43:10 +0000 (-0500) Subject: - 1.3.1 X-Git-Tag: rel_1_3_1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d6bb007a4de046c4d338f4b79b40c9fcbf73ab7;p=thirdparty%2Fsqlalchemy%2Falembic.git - 1.3.1 --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index f6aa1cec..18d4a992 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -5,7 +5,16 @@ Changelog .. changelog:: :version: 1.3.1 - :include_notes_from: unreleased + :released: November 13, 2019 + + .. change:: + :tags: bug, mssql + :tickets: 621 + + Fixed bug in MSSQL dialect where the drop constraint execution steps used + to remove server default or implicit foreign key constraint failed to take + into account the schema name of the target table. + .. changelog:: :version: 1.3.0 diff --git a/docs/build/conf.py b/docs/build/conf.py index 1338afa2..9deb74a8 100644 --- a/docs/build/conf.py +++ b/docs/build/conf.py @@ -85,8 +85,8 @@ copyright = u"2010-2019, Mike Bayer" # noqa # The short X.Y version. version = alembic.__version__ # The full version, including alpha/beta/rc tags. -release = "1.3.0" -release_date = "October 31, 2019" +release = "1.3.1" +release_date = "November 13, 2019" # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/docs/build/unreleased/621.rst b/docs/build/unreleased/621.rst deleted file mode 100644 index 2221c229..00000000 --- a/docs/build/unreleased/621.rst +++ /dev/null @@ -1,8 +0,0 @@ -.. change:: - :tags: bug, mssql - :tickets: 621 - - Fixed bug in MSSQL dialect where the drop constraint execution steps used - to remove server default or implicit foreign key constraint failed to take - into account the schema name of the target table. -