diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2012-09-29 09:38:26 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-09-29 09:38:26 -0400 |
| commit | 163ea988b76a0e2adbdbce05ee4bf546af214502 (patch) | |
| tree | 36a9fb40d9a3aeaf50f0ee4c2fc1c30013632cf6 /doc/install.rst | |
| parent | 7aef5769a062f012a4ac656549713505b845a279 (diff) | |
| download | python-coveragepy-163ea988b76a0e2adbdbce05ee4bf546af214502.tar.gz | |
Update version number to 3.5.3
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 cf67df6..5692b69 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 |
