Merge pull request #7584 from pytest-dev/release-6.0.1

Prepare release 6.0.1

(cherry picked from commit 022bff27a7)
This commit is contained in:
Bruno Oliveira
2020-07-30 09:45:40 -03:00
parent 645cbc91fc
commit e49f1d6f60
8 changed files with 43 additions and 7 deletions
+21
View File
@@ -0,0 +1,21 @@
pytest-6.0.1
=======================================
pytest 6.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/latest/changelog.html.
Thanks to all who contributed to this release, among them:
* Bruno Oliveira
* Mattreex
* Ran Benita
* hp310780
Happy testing,
The pytest Development Team