diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 6 | ||||
-rw-r--r-- | doc/index.rst | 9 |
2 files changed, 8 insertions, 7 deletions
diff --git a/doc/conf.py b/doc/conf.py index febade3a..55e11872 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,16 +49,16 @@ master_doc = 'index' # General information about the project. project = u'Coverage.py' -copyright = u'2009\N{EN DASH}2017, Ned Batchelder' +copyright = u'2009\N{EN DASH}2017, Ned Batchelder' # CHANGEME # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '4.3.1' +version = '4.3.2' # CHANGEME # The full version, including alpha/beta/rc tags. -release = '4.3.1' +release = '4.3.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 a39fb359..7d687cb3 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -49,6 +49,7 @@ Coverage.py .. :history: 20160521T074500, updated for 4.1 .. :history: 20160726T161300, updated for 4.2 .. :history: 20161226T160400, updated for 4.3 +.. :history: 20170116T180100, updated for 4.3.2 Coverage.py is a tool for measuring code coverage of Python programs. It @@ -61,14 +62,14 @@ not. .. ifconfig:: not prerelease - The latest version is coverage.py 4.3.1, released December 28th 2016. It + The latest version is coverage.py 4.3.2, released January 16th 2017. It is supported on: * Python versions 2.6, 2.7, 3.3, 3.4, 3.5, and 3.6. - * PyPy 5.6. + * PyPy2 5.6 and PyPy3 5.5. - * PyPy3 5.5 + * Jython 2.7.1, though only for running code, not reporting. .. ifconfig:: prerelease @@ -79,7 +80,7 @@ not. * PyPy2 5.6 and PyPy3 5.5. - * Jython 2.7.1 beta, though only for running code, not reporting. + * Jython 2.7.1, though only for running code, not reporting. **This is a pre-release build. The usual warnings about possible bugs apply.** The latest stable version is coverage.py 4.2, `described here`_. |