Preparing release version 5.2.4

This commit is contained in:
Anthony Sottile
2019-11-15 13:24:35 -08:00
parent 19a15a94ee
commit c9a96cdee8
6 changed files with 38 additions and 6 deletions
+22
View File
@@ -0,0 +1,22 @@
pytest-5.2.4
=======================================
pytest 5.2.4 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
* Bruno Oliveira
* Daniel Hahler
* Hugo
* Michael Shields
Happy testing,
The pytest Development Team