Preparing release version 5.3.2

This commit is contained in:
Bruno Oliveira
2019-12-13 08:51:15 -03:00
parent 8942a05cfe
commit 10fcac7f90
11 changed files with 61 additions and 21 deletions
+27
View File
@@ -0,0 +1,27 @@
pytest-5.3.2
=======================================
pytest 5.3.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
* Bruno Oliveira
* Claudio Madotto
* Daniel Hahler
* Jared Vasquez
* Michael Rose
* Ran Benita
* Ronny Pfannschmidt
* Zac Hatfield-Dodds
* zupermanzupereroe
Happy testing,
The pytest Development Team