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
5
5
6
6
.. changelog ::
7
7
: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
+
9
18
10
19
.. changelog ::
11
20
:version: 1.16.3
Original file line number Diff line number Diff line change 100
100
# The short X.Y version.
101
101
version = alembic .__version__
102
102
# 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"
105
105
106
106
107
107
# 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