From: Mike Bayer Date: Thu, 23 Sep 2021 01:51:25 +0000 (-0400) Subject: - 1.4.25 X-Git-Tag: rel_1_4_25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b4b0a3946b2e6ccd3fd51b389be09e8f0f81e07;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - 1.4.25 --- diff --git a/doc/build/changelog/changelog_14.rst b/doc/build/changelog/changelog_14.rst index c8656aa4b0..dee66592dd 100644 --- a/doc/build/changelog/changelog_14.rst +++ b/doc/build/changelog/changelog_14.rst @@ -15,7 +15,16 @@ This document details individual issue-level changes made throughout .. changelog:: :version: 1.4.25 - :include_notes_from: unreleased_14 + :released: September 22, 2021 + + .. change:: + :tags: bug, platform, regression + :tickets: 7024 + + Fixed regression due to :ticket:`7024` where the reorganization of the + "platform machine" names used by the ``greenlet`` dependency mis-spelled + "aarch64" and additionally omitted uppercase "AMD64" as is needed for + Windows machines. Pull request courtesy James Dow. .. changelog:: :version: 1.4.24 diff --git a/doc/build/changelog/unreleased_14/7024.rst b/doc/build/changelog/unreleased_14/7024.rst deleted file mode 100644 index 2751083cac..0000000000 --- a/doc/build/changelog/unreleased_14/7024.rst +++ /dev/null @@ -1,8 +0,0 @@ -.. change:: - :tags: bug, platform, regression - :tickets: 7024 - - Fixed regression due to :ticket:`7024` where the reorganization of the - "platform machine" names used by the ``greenlet`` dependency mis-spelled - "aarch64" and additionally omitted uppercase "AMD64" as is needed for - Windows machines. Pull request courtesy James Dow. diff --git a/doc/build/conf.py b/doc/build/conf.py index e534b1b199..5c2ece7aaa 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -196,7 +196,7 @@ copyright = u"2007-2021, the SQLAlchemy authors and contributors" # noqa # The short X.Y version. version = "1.4" # The full version, including alpha/beta/rc tags. -release = "1.4.24" +release = "1.4.25" release_date = "September 22, 2021"