Skip to content

Commit 4ac119a

Browse files
committed
- 1.16.4
1 parent 1e0180e commit 4ac119a

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

docs/build/changelog.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@ Changelog
55

66
.. changelog::
77
:version: 1.16.4
8-
:include_notes_from: unreleased
8+
:released: July 10, 2025
9+
10+
.. change::
11+
:tags: bug, config
12+
:tickets: 1694
13+
14+
Fixed issue in new ``pyproject.toml`` support where boolean values, such as
15+
those used for the ``recursive_version_locations`` and ``sourceless``
16+
configuration parameters, would not be accepted.
17+
918

1019
.. changelog::
1120
:version: 1.16.3

docs/build/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
# The short X.Y version.
101101
version = alembic.__version__
102102
# The full version, including alpha/beta/rc tags.
103-
release = "1.16.3"
104-
release_date = "July 8, 2025"
103+
release = "1.16.4"
104+
release_date = "July 10, 2025"
105105

106106

107107
# The language for content autogenerated by Sphinx. Refer to documentation

docs/build/unreleased/1694.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)