From: Mike Bayer Date: Thu, 10 Jul 2025 16:16:12 +0000 (-0400) Subject: - 1.16.4 X-Git-Tag: rel_1_16_4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ac119a11439bc822e847f728c28b05e158e8ea2;p=thirdparty%2Fsqlalchemy%2Falembic.git - 1.16.4 --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index ee8c6833..d485b8a1 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -5,7 +5,16 @@ Changelog .. changelog:: :version: 1.16.4 - :include_notes_from: unreleased + :released: July 10, 2025 + + .. change:: + :tags: bug, config + :tickets: 1694 + + Fixed issue in new ``pyproject.toml`` support where boolean values, such as + those used for the ``recursive_version_locations`` and ``sourceless`` + configuration parameters, would not be accepted. + .. changelog:: :version: 1.16.3 diff --git a/docs/build/conf.py b/docs/build/conf.py index 3a6f4967..f537e488 100644 --- a/docs/build/conf.py +++ b/docs/build/conf.py @@ -100,8 +100,8 @@ copyright = "2010-2025, Mike Bayer" # noqa # The short X.Y version. version = alembic.__version__ # The full version, including alpha/beta/rc tags. -release = "1.16.3" -release_date = "July 8, 2025" +release = "1.16.4" +release_date = "July 10, 2025" # The language for content autogenerated by Sphinx. Refer to documentation diff --git a/docs/build/unreleased/1694.rst b/docs/build/unreleased/1694.rst deleted file mode 100644 index b7f5a3c5..00000000 --- a/docs/build/unreleased/1694.rst +++ /dev/null @@ -1,8 +0,0 @@ -.. change:: - :tags: bug, config - :tickets: 1694 - - Fixed issue in new ``pyproject.toml`` support where boolean values, such as - those used for the ``recursive_version_locations`` and ``sourceless`` - configuration parameters, would not be accepted. -