summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-06-21 09:08:19 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-06-21 09:08:19 -0400
commit07ba28af8a10c508280b4272882c25d5128dda7b (patch)
treeb427b4397016f7a91e26563163f3e23852122d28
parent0eacde653cf2a2540b7fd9b536563f2c54bacea6 (diff)
downloadpython-coveragepy-git-07ba28af8a10c508280b4272882c25d5128dda7b.tar.gz
Mention the version number of coverage.py
-rw-r--r--doc/index.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/index.rst b/doc/index.rst
index 39fbd11f..4bc06ee9 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -4,6 +4,7 @@ coverage.py
:history: 20090524T134300, brand new docs.
:history: 20090613T164000, final touches for 3.0
+:history: 20090618T195900, minor tweaks
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
@@ -17,7 +18,7 @@ which are not.
Quick start
-----------
-Coverage.py works on Python 2.3 through 2.6. Getting started is easy:
+Coverage.py 3.0 works on Python 2.3 through 2.6. Getting started is easy:
#. Install coverage.py from the
`coverage page on the cheeseshop <http://pypi.python.org/pypi/coverage>`_,