diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-23 18:40:45 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-12-23 18:40:45 -0500 |
| commit | 70dc06c073e1e498b1a9699fe8be222813b2ed9d (patch) | |
| tree | 4df3f31d2218f98512821abf98044a3737b28c62 /doc/index.rst | |
| parent | 831f7010f0cd1b20f054d3b90dae24445e36cb20 (diff) | |
| parent | bb23e91311f47ed142d587421b781039d162fffb (diff) | |
| download | python-coveragepy-coverage-3.6b2.tar.gz | |
Automated merge with ssh://bitbucket.org/ned/coveragepycoverage-3.6b2
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 aa374c9..25d1867 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -26,6 +26,7 @@ coverage.py :history: 20120929T093500, updated for 3.5.3 :history: 20121117T094900, Change from easy_install to pip. :history: 20121128T203700, Updated for 3.6b1. +:history: 20121223T180600, Updated for 3.6b2. Coverage.py is a tool for measuring code coverage of Python programs. It @@ -43,7 +44,7 @@ not. .. ifconfig:: prerelease - The latest version is coverage.py 3.6b1, released 28 Novermber 2012. + The latest version is coverage.py 3.6b2, released 23 December 2012. It is supported on Python versions 2.3 through 3.3, and PyPy 1.9. **This is a pre-release build. The usual warnings about possible bugs apply.** The latest stable version is coverage.py 3.5.3, `described here`_. |
