diff options
Diffstat (limited to 'doc/index.rst')
-rw-r--r-- | doc/index.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/index.rst b/doc/index.rst index 1b438c3b..fb5da18e 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 |