summaryrefslogtreecommitdiff
path: root/doc/install.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-11-28 20:45:54 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-11-28 20:45:54 -0500
commit17d1171ffd06ea2a724a4b783342677c24274fdb (patch)
tree33f16ceaae1c180e8cf92832b552bfe7e4ed1a80 /doc/install.rst
parent78612ba0743bc6822285a05ea68bf657cbaa9322 (diff)
downloadpython-coveragepy-git-17d1171ffd06ea2a724a4b783342677c24274fdb.tar.gz
Doc tweaks for 3.6b1
Diffstat (limited to 'doc/install.rst')
-rw-r--r--doc/install.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/install.rst b/doc/install.rst
index 8f5b68af..a2093c4f 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -14,6 +14,7 @@ Installation
:history: 20120503T234000, updated for 3.5.2.
:history: 20120929T093600, updated for 3.5.3.
:history: 20121117T095000, Now setuptools is a pre-req.
+:history: 20121128T203000, updated for 3.6b1.
.. highlight:: console
@@ -68,9 +69,9 @@ If all went well, you should be able to open a command prompt, and see
coverage installed properly::
$ coverage --version
- Coverage.py, version 3.5.3. http://nedbatchelder.com/code/coverage
+ Coverage.py, version 3.6b1. http://nedbatchelder.com/code/coverage/3.6b1
You can also invoke coverage as a module::
$ python -m coverage --version
- Coverage.py, version 3.5.3. http://nedbatchelder.com/code/coverage
+ Coverage.py, version 3.6b1. http://nedbatchelder.com/code/coverage/3.6b1