]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 1.16.2 rel_1_16_2
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Jun 2025 18:03:04 +0000 (14:03 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 16 Jun 2025 18:03:04 +0000 (14:03 -0400)
docs/build/changelog.rst
docs/build/conf.py
docs/build/unreleased/1671.rst [deleted file]
docs/build/unreleased/1679.rst [deleted file]

index 22c41e85d069ce7f8d63486705055a4f2c2d1896..037499f1fab9780d284d5536382c21450c11e127 100644 (file)
@@ -5,7 +5,27 @@ Changelog
 
 .. changelog::
     :version: 1.16.2
-    :include_notes_from: unreleased
+    :released: June 16, 2025
+
+    .. change::
+        :tags: bug, autogenerate
+        :tickets: 1671
+
+        Fixed issue where dialect-specific keyword arguments in ``dialect_kwargs``
+        were not rendered when rendering the :meth:`.Operations.create_foreign_key`
+        operation.   This prevented dialect-specific keywords from being rendered
+        using custom :class:`.Rewriter` recipes that modify
+        :class:`.ops.CreateForeignKeyOp`, similar to other issues such as
+        :ticket:`1635`.  Pull request courtesy Justin Malin.
+
+    .. change::
+        :tags: bug, command
+        :tickets: 1679
+
+        Fixed rendering of ``pyproject.toml`` to include two newlines when
+        appending content to an existing file.  Pull request courtesy Jonathan
+        Vanasco.
+
 
 .. changelog::
     :version: 1.16.1
index 060f84303dd87db030c015aeb7f9a744cdbe9ffe..d5f7342180ffb838a7b19b015ca0052f5f7639d2 100644 (file)
@@ -100,8 +100,8 @@ 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.1"
-release_date = "May 21, 2025"
+release = "1.16.2"
+release_date = "June 16, 2025"
 
 
 # The language for content autogenerated by Sphinx. Refer to documentation
diff --git a/docs/build/unreleased/1671.rst b/docs/build/unreleased/1671.rst
deleted file mode 100644 (file)
index dc0d5fb..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-.. change::
-    :tags: bug, autogenerate
-    :tickets: 1671
-
-    Fixed issue where dialect-specific keyword arguments in ``dialect_kwargs``
-    were not rendered when rendering the :meth:`.Operations.create_foreign_key`
-    operation.   This prevented dialect-specific keywords from being rendered
-    using custom :class:`.Rewriter` recipes that modify
-    :class:`.ops.CreateForeignKeyOp`, similar to other issues such as
-    :ticket:`1635`.  Pull request courtesy Justin Malin.
diff --git a/docs/build/unreleased/1679.rst b/docs/build/unreleased/1679.rst
deleted file mode 100644 (file)
index 7dca695..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-.. change::
-    :tags: bug, command
-    :tickets: 1679
-
-    Fixed rendering of ``pyproject.toml`` to include two newlines when
-    appending content to an existing file.  Pull request courtesy Jonathan
-    Vanasco.
-