diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2013-12-12 21:37:33 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-12-12 21:37:33 -0500 |
| commit | d2d42a49f4ff6a86fa93726bd52e5a524f9446bc (patch) | |
| tree | f693e35bc1fcc856f77de0cb295969340785ecc2 /doc/index.rst | |
| parent | 9a0498afdfed21ff545405c38a80d7f9c01d3cb0 (diff) | |
| download | python-coveragepy-git-d2d42a49f4ff6a86fa93726bd52e5a524f9446bc.tar.gz | |
Update version numbers to 3.7.1
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 657e3d38..3a0d9308 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -30,6 +30,7 @@ coverage.py :history: 20121229T112300, Updated for 3.6b3. :history: 20130105T174000, Updated for 3.6 :history: 20131005T210000, Updated for 3.7 +:history: 20131212T213300, Updated for 3.7.1 Coverage.py is a tool for measuring code coverage of Python programs. It @@ -42,7 +43,7 @@ not. .. ifconfig:: not prerelease - The latest version is coverage.py 3.7, released 6 October 2013. + The latest version is coverage.py 3.7.1, released 13 December 2013. It is supported on Python versions 2.3 through 3.4, and PyPy 2.1. .. ifconfig:: prerelease |
