diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2019-05-07 17:53:46 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-05-07 17:53:46 -0400 |
| commit | f9cb7becf69b299f5f946944d855b7e964afec8d (patch) | |
| tree | 810d46cfc2f60167fccbae156c8dca1a4a09cf01 /doc/index.rst | |
| parent | 8558658bdebaa8e0d2885f97585ba8d9f5fb48ce (diff) | |
| download | python-coveragepy-git-f9cb7becf69b299f5f946944d855b7e964afec8d.tar.gz | |
Paperwork for 5.0a5coverage-5.0a5
Diffstat (limited to 'doc/index.rst')
| -rw-r--r-- | doc/index.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/index.rst b/doc/index.rst index b06e805d..e1cdc1ad 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -28,12 +28,12 @@ not. .. ifconfig:: prerelease - The latest version is coverage.py 5.0a4, released November 25, 2018. + The latest version is coverage.py 5.0a5, released May 7, 2019. It is supported on: - * Python versions 2.7, 3.5, 3.6, 3.7, and pre-alpha 3.8. + * Python versions 2.7, 3.5, 3.6, 3.7, and alpha 3.8. - * PyPy2 6.0 and PyPy3 6.0. + * PyPy2 7.0 and PyPy3 7.0. * Jython 2.7.1, though only for running code, not reporting. @@ -102,12 +102,12 @@ Getting started is easy: .. ifconfig:: not prerelease - Then visit htmlcov/index.html in your browser, to see a + Then open htmlcov/index.html in your browser, to see a `report like this`_. .. ifconfig:: prerelease - Then visit htmlcov/index.html in your browser, to see a + Then open htmlcov/index.html in your browser, to see a `report like this one`_. .. _coverage.py page on the Python Package Index: https://pypi.org/project/coverage/ |
