Skip to content

Commit 3872e23

Browse files
committed
- 1.16.1
1 parent 8f9977a commit 3872e23

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

docs/build/changelog.rst

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

66
.. changelog::
77
:version: 1.16.1
8-
:include_notes_from: unreleased
8+
:released: May 21, 2025
9+
10+
.. change::
11+
:tags: bug, command
12+
:tickets: 1660
13+
14+
Fixed regression caused by the ``pathlib`` refactoring that removed the use
15+
of :meth:`.Config.get_template_directory` as the canonical source of
16+
templates; the method is still present however it no longer would be
17+
consulted for a custom config subclass, as was the case with flask-migrate.
18+
19+
.. change::
20+
:tags: bug, command
21+
:tickets: 1659
22+
23+
Fixed regression caused by the ``pathlib`` refactoring where the "missing
24+
template" error message failed to render the name of the template that
25+
could not be found.
926

1027
.. changelog::
1128
:version: 1.16.0

docs/build/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
# The short X.Y version.
101101
version = alembic.__version__
102102
# The full version, including alpha/beta/rc tags.
103-
release = "1.16.0"
103+
release = "1.16.1"
104104
release_date = "May 21, 2025"
105105

106106

docs/build/unreleased/1660.rst

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

0 commit comments

Comments
 (0)