tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

release.patch.rst (407B)


      1 pytest-{version}
      2 =======================================
      3 
      4 pytest {version} has just been released to PyPI.
      5 
      6 This is a bug-fix release, being a drop-in replacement. To upgrade::
      7 
      8  pip install --upgrade pytest
      9 
     10 The full changelog is available at https://docs.pytest.org/en/stable/changelog.html.
     11 
     12 Thanks to all of the contributors to this release:
     13 
     14 {contributors}
     15 
     16 Happy testing,
     17 The pytest Development Team