diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2019-09-21 15:17:17 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-09-21 15:17:17 -0400 |
| commit | 5d7ca92398a4bdf974d92aa19e90c1e918b6990f (patch) | |
| tree | 54f28fff5a9217aa870c0db1988067c1974c65a4 /doc | |
| parent | 341e737bd5010ffd794b029b3051a7ae210bfef2 (diff) | |
| download | python-coveragepy-git-5d7ca92398a4bdf974d92aa19e90c1e918b6990f.tar.gz | |
Doc changes for 5.0a7
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/conf.py | 2 | ||||
| -rw-r--r-- | doc/index.rst | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/doc/conf.py b/doc/conf.py index 4baf66ac..2018b57e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -61,7 +61,7 @@ copyright = u'2009\N{EN DASH}2019, Ned Batchelder.' # CHANGEME # pylint: di # The short X.Y version. version = '5.0' # CHANGEME # The full version, including alpha/beta/rc tags. -release = '5.0a6' # CHANGEME +release = '5.0a7' # CHANGEME # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/index.rst b/doc/index.rst index d1eace30..78106b30 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -28,17 +28,13 @@ not. .. ifconfig:: prerelease - The latest version is coverage.py 5.0a6, released July 16, 2019. + The latest version is coverage.py 5.0a7, released September 21, 2019. It is supported on: * Python versions 2.7, 3.5, 3.6, 3.7, and beta 3.8. * PyPy2 7.0 and PyPy3 7.0. - * Jython 2.7.1, though only for running code, not reporting. - - * IronPython 2.7.7, though only for running code, not reporting. - **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`_. |
