]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 1.16.1 rel_1_16_1
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 May 2025 23:10:03 +0000 (19:10 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 May 2025 23:10:03 +0000 (19:10 -0400)
docs/build/changelog.rst
docs/build/conf.py
docs/build/unreleased/1660.rst [deleted file]

index 01ac0c0182244cb9dc37e6850bca86790ce06415..79994c4d63afc00642c2643722abdc24f37ca207 100644 (file)
@@ -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
index 77b8c940ccf9fc8daed61ea484fec70650bf7782..060f84303dd87db030c015aeb7f9a744cdbe9ffe 100644 (file)
@@ -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 (file)
index 8184778..0000000
+++ /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.