summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-11-04 22:48:27 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-11-04 22:48:27 -0400
commitb2abcfd87651f17fdb915c5959f04c565ae63e15 (patch)
treebb8a20a5e4f26c51de4cb7c11fe7c534ece398b9 /doc
parent6f2b0f613c3770b2fe9b702ff691dd5e46c1f44d (diff)
downloadpython-coveragepy-b2abcfd87651f17fdb915c5959f04c565ae63e15.tar.gz
Version 4.4.2 prep
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py2
-rw-r--r--doc/index.rst6
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 099ab0c..ebffb4a 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -58,7 +58,7 @@ copyright = u'2009\N{EN DASH}2017, Ned Batchelder' # CHANGEME
# The short X.Y version.
version = '4.4' # CHANGEME
# The full version, including alpha/beta/rc tags.
-release = '4.4.1' # CHANGEME
+release = '4.4.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 0d8e752..92755f4 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -62,12 +62,12 @@ not.
.. ifconfig:: not prerelease
- The latest version is coverage.py 4.4.1, released May 14th 2017. It
+ The latest version is coverage.py 4.4.2, released November 5th 2017. It
is supported on:
- * Python versions 2.6, 2.7, 3.3, 3.4, 3.5, and 3.6.
+ * Python versions 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, and 3.7.
- * PyPy2 5.6 and PyPy3 5.5.
+ * PyPy2 5.9 and PyPy3 5.9.
* Jython 2.7.1, though only for running code, not reporting.