File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 100100# The short X.Y version.
101101version = 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments