diff options
Diffstat (limited to 'doc/install.rst')
-rw-r--r-- | doc/install.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/install.rst b/doc/install.rst index 6d175506..f4af2d63 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -10,6 +10,7 @@ Installation :history: 20110604T213400, updated for 3.5b1. :history: 20110629T082400, updated for 3.5. :history: 20110923T081900, updated for 3.5.1. +:history: 20120429T162500, updated for 3.5.2b1 .. highlight:: console @@ -62,5 +63,5 @@ 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.1. http://nedbatchelder.com/code/coverage + Coverage.py, version 3.5.2b1. http://nedbatchelder.com/code/coverage |