]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- 1.15.1 rel_1_15_1
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Mar 2025 21:59:14 +0000 (16:59 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Mar 2025 21:59:14 +0000 (16:59 -0500)
docs/build/changelog.rst
docs/build/conf.py
docs/build/unreleased/1616.rst [deleted file]

index 2fa3a5ab17c78c5274794faae7da4f0005ee7072..bac2f0b09b6cce48f41a5c91b1ad6b93713adf9f 100644 (file)
@@ -5,7 +5,15 @@ Changelog
 
 .. changelog::
     :version: 1.15.1
-    :include_notes_from: unreleased
+    :released: March 4, 2025
+
+    .. change::
+        :tags: bug, installation
+        :tickets: 1616
+
+        Fixed an issue in the new :pep:`621` ``pyproject.toml`` layout that
+        prevented Alembic's template files from being included in the ``.whl`` file
+        in the distribution.
 
 .. changelog::
     :version: 1.15.0
index 38cf414b70e85ad950540afb94110d07ca59dec3..80a16d7f7274d3642b6e3db259acd46e58cc085f 100644 (file)
@@ -99,7 +99,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.15.0"
+release = "1.15.1"
 release_date = "March 4, 2025"
 
 
diff --git a/docs/build/unreleased/1616.rst b/docs/build/unreleased/1616.rst
deleted file mode 100644 (file)
index 3c5821b..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-.. change::
-    :tags: bug, installation
-    :tickets: 1616
-
-    Fixed an issue in the new :pep:`621` ``pyproject.toml`` layout that
-    prevented Alembic's template files from being included in the ``.whl`` file
-    in the distribution.