diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-23 17:17:51 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-23 17:17:51 -0500 |
commit | 31b8f61fadd8a5fad0d341479ef38fc60b746b51 (patch) | |
tree | d9153e631d3a545312e65bbe9aa2cc966821da9d /doc/index.rst | |
parent | f96300e8b93991da9b291fd844277b150a54ab72 (diff) | |
download | python-coveragepy-31b8f61fadd8a5fad0d341479ef38fc60b746b51.tar.gz |
Doc file changes for 4.1b2coverage-4.1b2
Diffstat (limited to 'doc/index.rst')
-rw-r--r-- | doc/index.rst | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/doc/index.rst b/doc/index.rst index 010db6e..61f7ea9 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -44,6 +44,7 @@ Coverage.py .. :history: 20151104T050900, updated for 4.0.2 .. :history: 20151124T065900, updated for 4.0.3 .. :history: 20160110T125900, updated for 4.1b1 +.. :history: 20160123T171300, updated for 4.1b2 Coverage.py is a tool for measuring code coverage of Python programs. It @@ -56,8 +57,8 @@ not. .. ifconfig:: not prerelease - The latest version is coverage.py 4.0.3, released November 24th, 2015. - It is supported on: + The latest version is coverage.py 4.0.3, released November 24th, 2015. It + is supported on: * Python versions 2.6, 2.7, 3.3, 3.4, and 3.5 * PyPy 2.4, 2.6, and 4.0 @@ -65,11 +66,17 @@ not. .. ifconfig:: prerelease - The latest version is coverage.py 4.1b1, released January 10th, 2016. - It is supported on Python versions 2.6, 2.7, 3.3, 3.4, and 3.5, 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 4.0.3, `described here`_. + The latest version is coverage.py 4.1b2, released January 23rd, 2016. It + is supported on: + + * Python versions 2.6, 2.7, 3.3, 3.4, and 3.5. + + * PyPy 2.4, 2.6, and 4.0 + + * PyPy3 2.4. + + **This is a pre-release build. The usual warnings about possible bugs + apply.** The latest stable version is coverage.py 4.0.3, `described here`_. .. _described here: http://nedbatchelder.com/code/coverage |