.. 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
# 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
+++ /dev/null
-.. 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.
-