From: Mike Bayer Date: Wed, 6 Oct 2021 14:13:39 +0000 (-0400) Subject: - 1.7.4 X-Git-Tag: rel_1_7_4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9872fbbca84f600e184c29227f8f863038788448;p=thirdparty%2Fsqlalchemy%2Falembic.git - 1.7.4 --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 24664953..fd406457 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -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 diff --git a/docs/build/conf.py b/docs/build/conf.py index a0bbbfbb..27d5f8fc 100644 --- a/docs/build/conf.py +++ b/docs/build/conf.py @@ -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 index 27febddc..00000000 --- a/docs/build/unreleased/934.rst +++ /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 index 79b846e9..00000000 --- a/docs/build/unreleased/944.rst +++ /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. -