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 0a98e12b..2e807fa2 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -18,6 +18,7 @@ Installation :history: 20121223T180800, updated for 3.6b2. :history: 20121229T112400, updated for 3.6b3. :history: 20130105T174400, updated for 3.6. +:history: 20131005T210600, updated for 3.7. .. highlight:: console @@ -73,9 +74,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.6. http://nedbatchelder.com/code/coverage + Coverage.py, version 3.7. http://nedbatchelder.com/code/coverage You can also invoke coverage as a module:: $ python -m coverage --version - Coverage.py, version 3.6. http://nedbatchelder.com/code/coverage + Coverage.py, version 3.7. http://nedbatchelder.com/code/coverage |