summaryrefslogtreecommitdiff
path: root/doc/index.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-12-07 21:24:58 -0500
committerNed Batchelder <ned@nedbatchelder.com>2019-12-07 21:31:32 -0500
commitafc67491d54fb7f5854c9f10af0c80aac73ec911 (patch)
tree5fb205ef5dec1e8470b25edf4622715d47d9d376 /doc/index.rst
parent42210bba63f57bc504db7b0d6c2e3e7e5c41bf9f (diff)
downloadpython-coveragepy-git-afc67491d54fb7f5854c9f10af0c80aac73ec911.tar.gz
Describing the versions is easier with substitutions
Diffstat (limited to 'doc/index.rst')
-rw-r--r--doc/index.rst21
1 files changed, 4 insertions, 17 deletions
diff --git a/doc/index.rst b/doc/index.rst
index 5e32e08a..7e4b4f6b 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -13,28 +13,15 @@ Coverage measurement is typically used to gauge the effectiveness of tests. It
can show which parts of your code are being exercised by tests, and which are
not.
-.. ifconfig:: not prerelease
+The latest version is coverage.py |release|, released |release_date|. It is
+supported on:
- The latest version is coverage.py 4.5.2, released November 12th 2018. It
- is supported on:
+* Python versions 2.7, 3.5, 3.6, 3.7, 3.8, and 3.9 alpha.
- * Python versions 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, and pre-alpha 3.8.
-
- * PyPy2 6.0 and PyPy3 6.0.
-
- * Jython 2.7.1, though only for running code, not reporting.
-
- * IronPython 2.7.7, though only for running code, not reporting.
+* PyPy2 7.2.0 and PyPy3 7.2.0.
.. ifconfig:: prerelease
- The latest version is coverage.py 5.0b1, released November 11, 2019.
- It is supported on:
-
- * Python versions 2.7, 3.5, 3.6, 3.7, 3.8, and 3.9 alpha.
-
- * PyPy2 7.2.0 and PyPy3 7.2.0.
-
**This is a pre-release build. The usual warnings about possible bugs
apply.** The latest stable version is coverage.py 4.5.4, `described here`_.