diff options
Diffstat (limited to 'doc/install.rst')
-rw-r--r-- | doc/install.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/install.rst b/doc/install.rst index 76a9854..63f7e21 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -7,6 +7,7 @@ Installation :history: 20100725T225600, new for 3.4. :history: 20100820T151500, updated for 3.4b1. :history: 20100906T134800, updated for 3.4b2. +:history: 20110604T213400, updated for 3.5b1. .. highlight:: console .. _coverage_pypi: http://pypi.python.org/pypi/coverage @@ -58,4 +59,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.4. http://nedbatchelder.com/code/coverage + Coverage.py, version 3.5b1. http://nedbatchelder.com/code/coverage + |