summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-10-04 21:23:04 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-10-04 21:23:04 -0400
commit344c78fb2b842a807d4676a8ebe357a372254333 (patch)
tree1f571b0d1e7da069daabf6f0dad6b6d003e48be0 /doc
parent12d797137057ea428148fb4002745adcbe31daaa (diff)
downloadpython-coveragepy-git-344c78fb2b842a807d4676a8ebe357a372254333.tar.gz
Update all the metadata for version 3.1
Diffstat (limited to 'doc')
-rw-r--r--doc/changes.rst4
-rw-r--r--doc/index.rst3
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/changes.rst b/doc/changes.rst
index e540c873..9400d605 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -14,8 +14,8 @@ see the `CHANGES.txt <http://bitbucket.org/ned/coveragepy/src/tip/CHANGES.txt>`_
file.
-Version 3.1, when??
--------------------
+Version 3.1, 4 October 2009
+---------------------------
- Python 3.1 is now supported.
diff --git a/doc/index.rst b/doc/index.rst
index c18cf1ce..d279c2e3 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -7,6 +7,7 @@ coverage.py
:history: 20090618T195900, minor tweaks
:history: 20090707T205200, changes for 3.0.1
:history: 20090913T084400, new command line syntax
+:history: 20091004T211900, version 3.1
Coverage.py is a tool for measuring code coverage of Python programs. It
@@ -17,7 +18,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.1, released ??WHEN??. It is supported on Python
+The latest version is 3.1, released 4 October 2009. It is supported on Python
2.3 through 3.1.