Preparing release version 3.7.2

This commit is contained in:
Bruno Oliveira
2018-08-16 22:29:00 +00:00
parent 7d4c4c66d4
commit e5a3c870b4
15 changed files with 71 additions and 16 deletions
+25
View File
@@ -0,0 +1,25 @@
pytest-3.7.2
=======================================
pytest 3.7.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 http://doc.pytest.org/en/latest/changelog.html.
Thanks to all who contributed to this release, among them:
* Anthony Sottile
* Bruno Oliveira
* Daniel Hahler
* Josh Holland
* Ronny Pfannschmidt
* Sankt Petersbug
* Wes Thomas
* turturica
Happy testing,
The pytest Development Team