release.patch.rst 415 B

1234567891011121314151617
  1. pytest-{version}
  2. =======================================
  3. pytest {version} has just been released to PyPI.
  4. This is a bug-fix release, being a drop-in replacement. To upgrade::
  5. pip install --upgrade pytest
  6. The full changelog is available at https://docs.pytest.org/en/latest/changelog.html.
  7. Thanks to all who contributed to this release, among them:
  8. {contributors}
  9. Happy testing,
  10. The pytest Development Team