Skip to content

Commit e70ed9c

Browse files
authored
Merge pull request scipy#22306 from tylerjereddy/treddy_prep_1.15.2
REL, MAINT: prep for 1.15.2
2 parents df134ea + 26bdc53 commit e70ed9c

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

doc/source/release.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ see the `commit logs <https://github.com/scipy/scipy/commits/>`_.
88
.. toctree::
99
:maxdepth: 1
1010

11+
release/1.15.2-notes
1112
release/1.15.1-notes
1213
release/1.15.0-notes
1314
release/1.14.1-notes

doc/source/release/1.15.2-notes.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
==========================
2+
SciPy 1.15.2 Release Notes
3+
==========================
4+
5+
.. contents::
6+
7+
SciPy 1.15.2 is a bug-fix release with no new features
8+
compared to 1.15.1.
9+
10+
11+
12+
Authors
13+
=======
14+
* Name (commits)
15+
16+
17+
Issues closed for 1.15.2
18+
------------------------
19+
20+
21+
22+
Pull requests for 1.15.2
23+
------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ requires = [
4343

4444
[project]
4545
name = "scipy"
46-
version = "1.15.1"
46+
version = "1.15.2.dev0"
4747
# TODO: add `license-files` once PEP 639 is accepted (see meson-python#88)
4848
# at that point, no longer include them in `py3.install_sources()`
4949
license = { file = "LICENSE.txt" }

0 commit comments

Comments
 (0)