Changes for 3.0.2 release

This commit is contained in:
Bruno Oliveira
2016-08-31 20:19:32 -04:00
parent a094fb3aa6
commit 4c45b93007
4 changed files with 32 additions and 9 deletions
+26
View File
@@ -0,0 +1,26 @@
pytest-3.0.2
============
pytest 3.0.2 has just been released to PyPI.
This release fixes some regressions reported in version 3.0.0, being a
drop-in replacement. To upgrade::
pip install --upgrade pytest
The changelog is available at http://doc.pytest.org/en/latest/changelog.html.
Thanks to all who contributed to this release, among them:
* Adam Chainz
* Andrew Svetlov
* Bruno Oliveira
* Daniel Hahler
* Dmitry Dygalo
* Florian Bruhin
* Marcin Bachry
* Ronny Pfannschmidt
* matthiasha
Happy testing,
The pytest Development Team