tor-browser

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

release.pre.rst (871B)


      1 pytest-{version}
      2 =======================================
      3 
      4 The pytest team is proud to announce the {version} prerelease!
      5 
      6 This is a prerelease, not intended for production use, but to test the upcoming features and improvements
      7 in order to catch any major problems before the final version is released to the major public.
      8 
      9 We appreciate your help testing this out before the final release, making sure to report any
     10 regressions to our issue tracker:
     11 
     12 https://github.com/pytest-dev/pytest/issues
     13 
     14 When doing so, please include the string ``[prerelease]`` in the title.
     15 
     16 You can upgrade from PyPI via:
     17 
     18    pip install pytest=={version}
     19 
     20 Users are encouraged to take a look at the CHANGELOG carefully:
     21 
     22    https://docs.pytest.org/en/{doc_version}/changelog.html
     23 
     24 Thanks to all the contributors to this release:
     25 
     26 {contributors}
     27 
     28 Happy testing,
     29 The pytest Development Team