release.minor.rst (558B)
1 pytest-{version} 2 ======================================= 3 4 The pytest team is proud to announce the {version} release! 5 6 This release contains new features, improvements, and bug fixes, 7 the full list of changes is available in the changelog: 8 9 https://docs.pytest.org/en/stable/changelog.html 10 11 For complete documentation, please visit: 12 13 https://docs.pytest.org/en/stable/ 14 15 As usual, you can upgrade from PyPI via: 16 17 pip install -U pytest 18 19 Thanks to all of the contributors to this release: 20 21 {contributors} 22 23 Happy testing, 24 The pytest Development Team