release.major.rst (587B)
1 pytest-{version} 2 ======================================= 3 4 The pytest team is proud to announce the {version} release! 5 6 This release contains new features, improvements, bug fixes, and breaking changes, so users 7 are encouraged to take a look at the CHANGELOG carefully: 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