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 63f7e214..8807e4ba 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -8,6 +8,8 @@ Installation :history: 20100820T151500, updated for 3.4b1. :history: 20100906T134800, updated for 3.4b2. :history: 20110604T213400, updated for 3.5b1. +:history: 20110629T082400, updated for 3.5. + .. highlight:: console .. _coverage_pypi: http://pypi.python.org/pypi/coverage @@ -59,5 +61,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.5b1. http://nedbatchelder.com/code/coverage + Coverage.py, version 3.5. http://nedbatchelder.com/code/coverage |