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 19c8f90a..acb45bf6 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -50,6 +50,7 @@ Coverage.py .. :history: 20160726T161300, updated for 4.2 .. :history: 20161226T160400, updated for 4.3 .. :history: 20170116T180100, updated for 4.3.2 +.. :history: 20180203T130300, updated for 4.5 Coverage.py is a tool for measuring code coverage of Python programs. It @@ -62,7 +63,7 @@ not. .. ifconfig:: not prerelease - The latest version is coverage.py 4.4.2, released November 5th 2017. It + The latest version is coverage.py 4.5, released February 3rd 2018. It is supported on: * Python versions 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, and 3.7. |