summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-05-07 18:38:59 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-05-07 18:38:59 -0400
commitd54aea8d1818f3c1415c66b5a0a0e95713690732 (patch)
tree664ae6e8a7d8095c7db47eaafce6e20c745703d1 /doc
parentb3f2c892fa8b3de2e5d5531b9b3a9d1eaa414ea3 (diff)
downloadpython-coveragepy-d54aea8d1818f3c1415c66b5a0a0e95713690732.tar.gz
prep for v4.4
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py2
-rw-r--r--doc/index.rst4
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 5d63eb1..70b124d 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.4b1' # CHANGEME
+release = '4.4' # 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 1b438c3..fb5da18 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -62,7 +62,7 @@ not.
.. ifconfig:: not prerelease
- The latest version is coverage.py 4.3.4, released January 17th 2017. It
+ The latest version is coverage.py 4.4, released May 7th 2017. It
is supported on:
* Python versions 2.6, 2.7, 3.3, 3.4, 3.5, and 3.6.
@@ -71,6 +71,8 @@ not.
* Jython 2.7.1, though only for running code, not reporting.
+ * IronPython 2.7.7, though only for running code, not reporting.
+
.. ifconfig:: prerelease
The latest version is coverage.py 4.4b1, released April 4th 2017. It is