Skip to content

Commit dba1601

Browse files
committed
- 1.15.1
1 parent d91a8f2 commit dba1601

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

docs/build/changelog.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ Changelog
55

66
.. changelog::
77
:version: 1.15.1
8-
:include_notes_from: unreleased
8+
:released: March 4, 2025
9+
10+
.. change::
11+
:tags: bug, installation
12+
:tickets: 1616
13+
14+
Fixed an issue in the new :pep:`621` ``pyproject.toml`` layout that
15+
prevented Alembic's template files from being included in the ``.whl`` file
16+
in the distribution.
917

1018
.. changelog::
1119
:version: 1.15.0

docs/build/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
# The short X.Y version.
100100
version = alembic.__version__
101101
# The full version, including alpha/beta/rc tags.
102-
release = "1.15.0"
102+
release = "1.15.1"
103103
release_date = "March 4, 2025"
104104

105105

docs/build/unreleased/1616.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)