File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,15 @@ Changelog
5
5
6
6
.. changelog ::
7
7
: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.
9
17
10
18
.. changelog ::
11
19
:version: 1.15.0
Original file line number Diff line number Diff line change 99
99
# The short X.Y version.
100
100
version = alembic .__version__
101
101
# The full version, including alpha/beta/rc tags.
102
- release = "1.15.0 "
102
+ release = "1.15.1 "
103
103
release_date = "March 4, 2025"
104
104
105
105
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments