diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-05 16:29:33 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-05 16:29:33 -0500 |
| commit | a694fa1a052736c3d30e1c266dd62fd237509ecb (patch) | |
| tree | ae7536a3bc52af5ca5bcf0b9cce4c971118c989a /doc/index.rst | |
| parent | 254409614bc15809dd178944fc92d286474b2d8c (diff) | |
| download | python-coveragepy-git-a694fa1a052736c3d30e1c266dd62fd237509ecb.tar.gz | |
Last touches for 3.2 final.
--HG--
branch : 3.2_branch
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 5acbc9e9..9666f3fb 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -9,6 +9,7 @@ coverage.py :history: 20090913T084400, new command line syntax
:history: 20091004T211900, version 3.1
:history: 20091127T155100, version 3.2
+:history: 20091205T161429, version 3.2 for real.
Coverage.py is a tool for measuring code coverage of Python programs. It
@@ -19,7 +20,7 @@ Coverage measurement is typically used to gauge the effectiveness of tests. It can show which parts of your product code are being exercised by tests, and
which are not.
-The latest version is 3.2, released ?? November 2009.
+The latest version is 3.2, released 5 December 2009.
It is supported on Python 2.3 through 3.1.
|
