summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-06-13 16:44:22 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-06-13 16:44:22 -0400
commit892eab6207fee854a5e7e7b0458771aca3e126b5 (patch)
treed488d265c50db36cbe61842b9e26663547078440
parent92fd89923847f40a981224f0782caa6edd9a7f06 (diff)
downloadpython-coveragepy-892eab6207fee854a5e7e7b0458771aca3e126b5.tar.gz
Give every page a history timestamp of now.
-rw-r--r--doc/api.rst1
-rw-r--r--doc/changes.rst1
-rw-r--r--doc/cmd.rst1
-rw-r--r--doc/index.rst1
4 files changed, 4 insertions, 0 deletions
diff --git a/doc/api.rst b/doc/api.rst
index 951ddb4..17f74b6 100644
--- a/doc/api.rst
+++ b/doc/api.rst
@@ -5,6 +5,7 @@ Coverage API
============
:history: 20090524T134300, brand new docs.
+:history: 20090613T164000, final touches for 3.0
The API to coverage.py is very simple, contained in a single module called
coverage containing a single class, also called coverage. Methods on the
diff --git a/doc/changes.rst b/doc/changes.rst
index d7c0d73..b420e6f 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -1,6 +1,7 @@
.. _change:
:history: 20090524T134300, brand new docs.
+:history: 20090613T164000, final touches for 3.0
------------------------------------
Major change history for coverage.py
diff --git a/doc/cmd.rst b/doc/cmd.rst
index 0a9f0f6..9f94519 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -5,6 +5,7 @@ Coverage command line usage
===========================
:history: 20090524T134300, brand new docs.
+:history: 20090613T164000, final touches for 3.0
.. highlight:: console
diff --git a/doc/index.rst b/doc/index.rst
index 221c06a..f7eed9d 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -3,6 +3,7 @@ coverage.py
===========
:history: 20090524T134300, brand new docs.
+:history: 20090613T164000, final touches for 3.0
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