diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2011-06-29 09:09:49 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-06-29 09:09:49 -0400 |
| commit | b04667aa443d335107c2ba7edab906716d037025 (patch) | |
| tree | 7f0d81d5292ecac72ad01a0dbd5025ddad42befb /doc/index.rst | |
| parent | 0cefb9951a20815cf04ddce73e7683021de162db (diff) | |
| download | python-coveragepy-git-b04667aa443d335107c2ba7edab906716d037025.tar.gz | |
Bump version number to 3.5
Diffstat (limited to 'doc/index.rst')
| -rw-r--r-- | doc/index.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/index.rst b/doc/index.rst index e7a60531..defd8064 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -18,6 +18,8 @@ coverage.py :history: 20100919T163500, updated for 3.4 release. :history: 20110213T081200, claim true 3.2 compatibility. :history: 20110604T114800, update for 3.5b1 +:history: 20110629T082300, update for 3.5 + Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then @@ -29,7 +31,7 @@ not. .. ifconfig:: not prerelease - The latest version is coverage.py 3.4, released 10 September 2010. + The latest version is coverage.py 3.5, released 29 June 2011. It is supported on Python versions 2.3 through 3.2. .. ifconfig:: prerelease |
