From 3872e2322728bf1ad5868b325370fd3a4a0f5373 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 21 May 2025 19:10:03 -0400 Subject: [PATCH] - 1.16.1 --- docs/build/changelog.rst | 19 ++++++++++++++++++- docs/build/conf.py | 2 +- docs/build/unreleased/1660.rst | 16 ---------------- 3 files changed, 19 insertions(+), 18 deletions(-) delete mode 100644 docs/build/unreleased/1660.rst diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 01ac0c01..79994c4d 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -5,7 +5,24 @@ Changelog .. 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 diff --git a/docs/build/conf.py b/docs/build/conf.py index 77b8c940..060f8430 100644 --- a/docs/build/conf.py +++ b/docs/build/conf.py @@ -100,7 +100,7 @@ copyright = "2010-2025, Mike Bayer" # noqa # 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" diff --git a/docs/build/unreleased/1660.rst b/docs/build/unreleased/1660.rst deleted file mode 100644 index 8184778e..00000000 --- a/docs/build/unreleased/1660.rst +++ /dev/null @@ -1,16 +0,0 @@ -.. 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. -- 2.47.2