diff options
Diffstat (limited to 'doc/index.rst')
-rw-r--r-- | doc/index.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/index.rst b/doc/index.rst index bf8d9931..49b04eb3 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -21,6 +21,7 @@ coverage.py :history: 20110629T082300, update for 3.5 :history: 20110827T221800, update for 3.5.1b1 :history: 20110923T081800, update for 3.5.1 +:history: 20120429T162100, updated for 3.5.2b1 Coverage.py is a tool for measuring code coverage of Python programs. It @@ -38,10 +39,10 @@ not. .. ifconfig:: prerelease - The latest version is coverage.py 3.5.1b1, released 28 August 2011. + The latest version is coverage.py 3.5.2b1, released 29 April 2012. *This is a pre-release build. The usual warnings about possible bugs apply.* It is supported on Python versions 2.3 through 3.2. - The latest stable version is coverage.py 3.5, `described here`_. + The latest stable version is coverage.py 3.5.1, `described here`_. .. _described here: http://nedbatchelder.com/code/coverage |