From 35ba0abe83e4102949756520fe257ea18ac3fcb9 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 7 May 2017 18:38:59 -0400 Subject: prep for v4.4 --- doc/conf.py | 2 +- doc/index.rst | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/conf.py b/doc/conf.py index 5d63eb18..70b124d2 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 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 -- cgit v1.2.1