From: Mike Bayer Date: Tue, 4 Mar 2025 21:59:14 +0000 (-0500) Subject: - 1.15.1 X-Git-Tag: rel_1_15_1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dba16010329caab35709fef040cb6f59966c01d0;p=thirdparty%2Fsqlalchemy%2Falembic.git - 1.15.1 --- diff --git a/docs/build/changelog.rst b/docs/build/changelog.rst index 2fa3a5ab..bac2f0b0 100644 --- a/docs/build/changelog.rst +++ b/docs/build/changelog.rst @@ -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 diff --git a/docs/build/conf.py b/docs/build/conf.py index 38cf414b..80a16d7f 100644 --- a/docs/build/conf.py +++ b/docs/build/conf.py @@ -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 index 3c5821b0..00000000 --- a/docs/build/unreleased/1616.rst +++ /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.