Preparing release version 4.6.3

This commit is contained in:
Anthony Sottile
2019-06-11 08:48:11 -07:00
parent f37ea715d8
commit b8e65d03bf
6 changed files with 38 additions and 4 deletions

View File

@@ -6,6 +6,7 @@ Release announcements
:maxdepth: 2
release-4.6.3
release-4.6.2
release-4.6.1
release-4.6.0

View File

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