Merge pull request #5379 from asottile/release-4.6.2

Preparing release version 4.6.2
This commit is contained in:
Anthony Sottile
2019-06-03 12:19:42 -07:00
parent f223d26111
commit 9657166a22
4 changed files with 35 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
pytest-4.6.2
=======================================
pytest 4.6.2 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:
* Anthony Sottile
Happy testing,
The pytest Development Team