diff options
Diffstat (limited to 'doc/index.rst')
-rw-r--r-- | doc/index.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/index.rst b/doc/index.rst index 56952c82..725db71f 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -40,6 +40,7 @@ Coverage.py .. :history: 20150802T160200, Updated for 4.0b1 .. :history: 20150822T092900, Updated for 4.0b2 .. :history: 20150918T072700, Updated for 4.0 +.. :history: 20151013T103200, Updated for 4.0.1 Coverage.py is a tool for measuring code coverage of Python programs. It @@ -52,7 +53,7 @@ not. .. ifconfig:: not prerelease - The latest version is coverage.py 4.0, released 20 September 2015. + The latest version is coverage.py 4.0.1, released 13 October 2015. It is supported on Python versions 2.6, 2.7, 3.3, 3.4, and 3.5, as well as PyPy 2.4 and 2.6, and PyPy3 2.4. |