.. changelog::
:version: 1.16.1
- :include_notes_from: unreleased
+ :released: May 21, 2025
+
+ .. change::
+ :tags: bug, command
+ :tickets: 1660
+
+ Fixed regression caused by the ``pathlib`` refactoring that removed the use
+ of :meth:`.Config.get_template_directory` as the canonical source of
+ templates; the method is still present however it no longer would be
+ consulted for a custom config subclass, as was the case with flask-migrate.
+
+ .. change::
+ :tags: bug, command
+ :tickets: 1659
+
+ Fixed regression caused by the ``pathlib`` refactoring where the "missing
+ template" error message failed to render the name of the template that
+ could not be found.
.. changelog::
:version: 1.16.0
# The short X.Y version.
version = alembic.__version__
# The full version, including alpha/beta/rc tags.
-release = "1.16.0"
+release = "1.16.1"
release_date = "May 21, 2025"
+++ /dev/null
-.. change::
- :tags: bug, command
- :tickets: 1660
-
- Fixed regression caused by the ``pathlib`` refactoring that removed the use
- of :meth:`.Config.get_template_directory` as the canonical source of
- templates; the method is still present however it no longer would be
- consulted for a custom config subclass, as was the case with flask-migrate.
-
-.. change::
- :tags: bug, command
- :tickets: 1659
-
- Fixed regression caused by the ``pathlib`` refactoring where the "missing
- template" error message failed to render the name of the template that
- could not be found.