Skip to content

Commit c026cf7

Browse files
committed
- 1.16.5
1 parent d45b7d1 commit c026cf7

File tree

4 files changed

+19
-17
lines changed

4 files changed

+19
-17
lines changed

docs/build/changelog.rst

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

66
.. changelog::
77
:version: 1.16.5
8-
:include_notes_from: unreleased
8+
:released: August 27, 2025
9+
10+
.. change::
11+
:tags: bug, mysql
12+
:tickets: 1492
13+
14+
Fixed Python-side autogenerate rendering of index expressions in MySQL
15+
dialect by aligning it with SQLAlchemy's MySQL index expression rules. Pull
16+
request courtesy david-fed.
17+
18+
.. change::
19+
:tags: bug, config
20+
:tickets: 1709
21+
22+
Fixed issue where new pyproject.toml config would fail to parse the integer
23+
value used for the ``truncate_slug_length`` parameter. Pull request
24+
courtesy Luís Henrique Allebrandt Schunemann.
925

1026
.. changelog::
1127
:version: 1.16.4

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.4"
104-
release_date = "July 10, 2025"
103+
release = "1.16.5"
104+
release_date = "August 27, 2025"
105105

106106

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

docs/build/unreleased/1492.rst

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

docs/build/unreleased/1709.rst

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

0 commit comments

Comments
 (0)