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 cf67df6b..5692b69b 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -12,6 +12,7 @@ Installation :history: 20110923T081900, updated for 3.5.1. :history: 20120429T162500, updated for 3.5.2b1. :history: 20120503T234000, updated for 3.5.2. +:history: 20120929T093600, updated for 3.5.3. .. highlight:: console @@ -64,5 +65,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.2. http://nedbatchelder.com/code/coverage + Coverage.py, version 3.5.3. http://nedbatchelder.com/code/coverage |