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 96eb1121..6ce3e827 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -11,6 +11,7 @@ coverage.py :history: 20091127T155100, version 3.2 :history: 20091205T161429, version 3.2 for real. :history: 20100224T204700, version 3.3 +:history: 20100306T181500, version 3.3.1 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 @@ -20,7 +21,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.3, released 24 Februrary 2010. +The latest version is 3.3.1, released 6 March 2010. It is supported on Python 2.3 through 3.1. |