summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-02 16:17:42 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-02 16:17:42 -0400
commit515f98fdc9181efa68408cf8d9b2e43dcd3a1f1e (patch)
tree5b238b1932c5c5ec88f459f357a1eee825421e93
parentd9693657fe0c29cfa82206b493e5f75a8c8e408f (diff)
downloadpython-coveragepy-git-515f98fdc9181efa68408cf8d9b2e43dcd3a1f1e.tar.gz
Update the index.rst with the latest version
-rw-r--r--doc/changes.rst9
-rw-r--r--doc/index.rst5
2 files changed, 8 insertions, 6 deletions
diff --git a/doc/changes.rst b/doc/changes.rst
index 71844ab0..4a64c052 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -71,10 +71,11 @@ Backward incompatibilities:
Major new features:
-- Gevent, eventlet, and greenlet are now supported, closing `issue 149`_.
- The ``concurrency`` setting specifies the concurrency library in use. Huge
- thanks to Peter Portante for initial implementation, and to Joe Jevnik for
- the final insight that completed the work.
+- Gevent, eventlet, and greenlet are now supported, closing `issue 149`_. The
+ ``concurrency`` setting, or the ``--concurrency`` command line switch,
+ specifies the concurrency library in use. Huge thanks to Peter Portante for
+ initial implementation, and to Joe Jevnik for the final insight that
+ completed the work.
- The HTML report now has filtering. Type text into the Filter box on the
index page, and only modules with that text in the name will be shown.
diff --git a/doc/index.rst b/doc/index.rst
index 299bd883..904734fc 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -37,6 +37,7 @@ Coverage.py
.. :history: 20140924T073000, Updated for 4.0a1
.. :history: 20150124T023900, Updated for 4.0a4
.. :history: 20150216T201000, Updated for 4.0a5
+.. :history: 20150802T160200, Updated for 4.0b1
Coverage.py is a tool for measuring code coverage of Python programs. It
@@ -54,8 +55,8 @@ not.
.. ifconfig:: prerelease
- The latest version is coverage.py 4.0a6, released 21 June 2015.
- It is supported on Python versions 2.6, 2.7, 3.3, 3.4, and 3.5b2, as well
+ The latest version is coverage.py 4.0b1, released 2 August 2015.
+ It is supported on Python versions 2.6, 2.7, 3.3, 3.4, and 3.5b4, as well
as PyPy 2.4 and 2.6, and PyPy3 2.4.
**This is a pre-release build. The usual warnings about possible bugs apply.**
The latest stable version is coverage.py 3.7.1, `described here`_.