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 49b04eb3..78f87c73 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -22,6 +22,7 @@ coverage.py :history: 20110827T221800, update for 3.5.1b1 :history: 20110923T081800, update for 3.5.1 :history: 20120429T162100, updated for 3.5.2b1 +:history: 20120503T233800, updated for 3.5.2 Coverage.py is a tool for measuring code coverage of Python programs. It @@ -34,7 +35,7 @@ not. .. ifconfig:: not prerelease - The latest version is coverage.py 3.5.1, released 23 September 2011. + The latest version is coverage.py 3.5.2, released 4 May 2012. It is supported on Python versions 2.3 through 3.2. .. ifconfig:: prerelease |