Preparing release version 4.6.5

This commit is contained in:
Bruno Oliveira
2019-08-05 13:37:25 -03:00
parent b71f873189
commit 7807c263bc
10 changed files with 49 additions and 10 deletions

View File

@@ -6,6 +6,7 @@ Release announcements
:maxdepth: 2
release-4.6.5
release-4.6.4
release-4.6.3
release-4.6.2

View File

@@ -0,0 +1,21 @@
pytest-4.6.5
=======================================
pytest 4.6.5 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
* Thomas Grainger
Happy testing,
The pytest Development Team