test_ok2/doc/en/announce/release-3.0.2.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
514 B
ReStructuredText
Raw Normal View History

2016-09-01 08:19:32 +08:00
pytest-3.0.2
============
pytest 3.0.2 has just been released to PyPI.
2016-09-01 18:59:31 +08:00
This release fixes some regressions and bugs reported in version 3.0.1, being a
2016-09-01 08:19:32 +08:00
drop-in replacement. To upgrade::
pip install --upgrade pytest
The changelog is available at http://doc.pytest.org/en/stable/changelog.html.
2016-09-01 08:19:32 +08:00
Thanks to all who contributed to this release, among them:
* Ahn Ki-Wook
2016-09-01 08:19:32 +08:00
* Bruno Oliveira
* Florian Bruhin
* Jordan Guymon
* Raphael Pierzina
2016-09-01 08:19:32 +08:00
* Ronny Pfannschmidt
* mbyt
2016-09-01 08:19:32 +08:00
Happy testing,
The pytest Development Team