Update text and links in announce templates
The links were still pointing to the latest version (instead of stable) and also took the opportunity to update the text a bit.
This commit is contained in:
parent
38029828d1
commit
109b6cb32c
|
@ -3,23 +3,20 @@ pytest-{version}
|
||||||
|
|
||||||
The pytest team is proud to announce the {version} release!
|
The pytest team is proud to announce the {version} release!
|
||||||
|
|
||||||
pytest is a mature Python testing tool with more than a 2000 tests
|
This release contains new features, improvements, bug fixes, and breaking changes, so users
|
||||||
against itself, passing on many different interpreters and platforms.
|
are encouraged to take a look at the CHANGELOG carefully:
|
||||||
|
|
||||||
This release contains a number of bug fixes and improvements, so users are encouraged
|
https://docs.pytest.org/en/stable/changelog.html
|
||||||
to take a look at the CHANGELOG:
|
|
||||||
|
|
||||||
https://docs.pytest.org/en/latest/changelog.html
|
|
||||||
|
|
||||||
For complete documentation, please visit:
|
For complete documentation, please visit:
|
||||||
|
|
||||||
https://docs.pytest.org/en/latest/
|
https://docs.pytest.org/en/stable/
|
||||||
|
|
||||||
As usual, you can upgrade from PyPI via:
|
As usual, you can upgrade from PyPI via:
|
||||||
|
|
||||||
pip install -U pytest
|
pip install -U pytest
|
||||||
|
|
||||||
Thanks to all who contributed to this release, among them:
|
Thanks to all of the contributors to this release:
|
||||||
|
|
||||||
{contributors}
|
{contributors}
|
||||||
|
|
||||||
|
|
|
@ -7,9 +7,9 @@ This is a bug-fix release, being a drop-in replacement. To upgrade::
|
||||||
|
|
||||||
pip install --upgrade pytest
|
pip install --upgrade pytest
|
||||||
|
|
||||||
The full changelog is available at https://docs.pytest.org/en/latest/changelog.html.
|
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
|
||||||
|
|
||||||
Thanks to all who contributed to this release, among them:
|
Thanks to all of the contributors to this release:
|
||||||
|
|
||||||
{contributors}
|
{contributors}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue