Skip to content

Commit 6110f84

Browse files
authored
Merge pull request #7588 from nicoddemus/backport-7557
Merge pull request #7557 from nicoddemus/announce-templates
2 parents 022bff2 + 5a339f0 commit 6110f84

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

scripts/release.minor.rst

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,20 @@ pytest-{version}
33

44
The pytest team is proud to announce the {version} release!
55

6-
pytest is a mature Python testing tool with more than a 2000 tests
7-
against itself, passing on many different interpreters and platforms.
6+
This release contains new features, improvements, bug fixes, and breaking changes, so users
7+
are encouraged to take a look at the CHANGELOG carefully:
88

9-
This release contains a number of bug fixes and improvements, so users are encouraged
10-
to take a look at the CHANGELOG:
11-
12-
https://docs.pytest.org/en/latest/changelog.html
9+
https://docs.pytest.org/en/stable/changelog.html
1310

1411
For complete documentation, please visit:
1512

16-
https://docs.pytest.org/en/latest/
13+
https://docs.pytest.org/en/stable/
1714

1815
As usual, you can upgrade from PyPI via:
1916

2017
pip install -U pytest
2118

22-
Thanks to all who contributed to this release, among them:
19+
Thanks to all of the contributors to this release:
2320

2421
{contributors}
2522

scripts/release.patch.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
77

88
pip install --upgrade pytest
99

10-
The full changelog is available at https://docs.pytest.org/en/latest/changelog.html.
10+
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
1111

12-
Thanks to all who contributed to this release, among them:
12+
Thanks to all of the contributors to this release:
1313

1414
{contributors}
1515

0 commit comments

Comments
 (0)