]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 1.16.4 rel_1_16_4
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Jul 2025 16:16:12 +0000 (12:16 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Jul 2025 16:16:12 +0000 (12:16 -0400)
docs/build/changelog.rst
docs/build/conf.py
docs/build/unreleased/1694.rst [deleted file]

index ee8c683356e25ece0d3e985b06aa168a1512c1a3..d485b8a119b98a3e5601da48a3c336d1e90b4d68 100644 (file)
@@ -5,7 +5,16 @@ Changelog
 
 .. changelog::
     :version: 1.16.4
-    :include_notes_from: unreleased
+    :released: July 10, 2025
+
+    .. change::
+        :tags: bug, config
+        :tickets: 1694
+
+        Fixed issue in new ``pyproject.toml`` support where boolean values, such as
+        those used for the ``recursive_version_locations`` and ``sourceless``
+        configuration parameters, would not be accepted.
+
 
 .. changelog::
     :version: 1.16.3
index 3a6f49673afa1589bd4ea940d6d3793bdd0689d6..f537e488ed02acb2cead4a8e268925eeb9e853a9 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.3"
-release_date = "July 8, 2025"
+release = "1.16.4"
+release_date = "July 10, 2025"
 
 
 # The language for content autogenerated by Sphinx. Refer to documentation
diff --git a/docs/build/unreleased/1694.rst b/docs/build/unreleased/1694.rst
deleted file mode 100644 (file)
index b7f5a3c..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-.. change::
-    :tags: bug, config
-    :tickets: 1694
-
-    Fixed issue in new ``pyproject.toml`` support where boolean values, such as
-    those used for the ``recursive_version_locations`` and ``sourceless``
-    configuration parameters, would not be accepted.
-