diff options
Diffstat (limited to 'doc/install.rst')
| -rw-r--r-- | doc/install.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/install.rst b/doc/install.rst index 2e807fa2..bc8097a2 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -19,6 +19,7 @@ Installation :history: 20121229T112400, updated for 3.6b3. :history: 20130105T174400, updated for 3.6. :history: 20131005T210600, updated for 3.7. +:history: 20131212T213500, updated for 3.7.1. .. highlight:: console @@ -74,9 +75,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.7. http://nedbatchelder.com/code/coverage + Coverage.py, version 3.7.1. http://nedbatchelder.com/code/coverage You can also invoke coverage as a module:: $ python -m coverage --version - Coverage.py, version 3.7. http://nedbatchelder.com/code/coverage + Coverage.py, version 3.7.1. http://nedbatchelder.com/code/coverage |
