Merge pull request #9674 from pytest-dev/release-7.0.1

(cherry picked from commit 18d35b817d)
This commit is contained in:
Bruno Oliveira
2022-02-11 15:50:54 -03:00
parent 8afec9a64d
commit 68be319165
9 changed files with 46 additions and 9 deletions
+1
View File
@@ -6,6 +6,7 @@ Release announcements
:maxdepth: 2
release-7.0.1
release-7.0.0
release-7.0.0rc1
release-6.2.5
+20
View File
@@ -0,0 +1,20 @@
pytest-7.0.1
=======================================
pytest 7.0.1 has just been released to PyPI.
This is a bug-fix release, being a drop-in replacement. To upgrade::
pip install --upgrade pytest
The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
Thanks to all of the contributors to this release:
* Anthony Sottile
* Bruno Oliveira
* Ran Benita
Happy testing,
The pytest Development Team