From 4ac119a11439bc822e847f728c28b05e158e8ea2 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 10 Jul 2025 12:16:12 -0400 Subject: [PATCH] - 1.16.4 --- docs/build/changelog.rst | 11 ++++++++++- docs/build/conf.py | 4 ++-- docs/build/unreleased/1694.rst | 8 -------- 3 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 docs/build/unreleased/1694.rst 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. - -- 2.47.3