diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2018-11-12 09:07:12 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-11-12 09:09:53 -0500 |
| commit | edca804de8c64d66532cbcf8ef57861a9ebbd398 (patch) | |
| tree | c8b3f28ed7563d9a8e2cb36fe910c56e95ef7eb6 /doc | |
| parent | 242619a79d628b9e70d746cad7d78267ff678c89 (diff) | |
| download | python-coveragepy-git-edca804de8c64d66532cbcf8ef57861a9ebbd398.tar.gz | |
Making 4.5.2
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/conf.py | 2 | ||||
| -rw-r--r-- | doc/index.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py index 08c88537..14b20804 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -58,7 +58,7 @@ copyright = u'2009\N{EN DASH}2018, Ned Batchelder' # CHANGEME # The short X.Y version. version = '4.5' # CHANGEME # The full version, including alpha/beta/rc tags. -release = '4.5.1' # CHANGEME +release = '4.5.2' # 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 7ce13fc1..c90770aa 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -64,12 +64,12 @@ not. .. ifconfig:: not prerelease - The latest version is coverage.py 4.5.1, released February 10th 2018. It + The latest version is coverage.py 4.5.2, released November 12th 2018. It is supported on: * Python versions 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, and pre-alpha 3.8. - * PyPy2 5.10 and PyPy3 5.10. + * PyPy2 6.0 and PyPy3 6.0. * Jython 2.7.1, though only for running code, not reporting. |
