diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.rst | 4 | ||||
-rw-r--r-- | doc/index.rst | 6 | ||||
-rw-r--r-- | doc/install.rst | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/changes.rst b/doc/changes.rst index 1b2693f..c85bbff 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -37,8 +37,8 @@ history, see the `CHANGES.txt`_ file in the source tree. .. _changes_40: -Version 4.0a4 pre-release --- ??? 2015 --------------------------------------- +Version 4.0a4 pre-release --- 25 January 2015 +--------------------------------------------- Backward incompatibilities: diff --git a/doc/index.rst b/doc/index.rst index e4ea71f..637077c 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -50,7 +50,7 @@ not. .. ifconfig:: prerelease - The latest version is coverage.py 4.0a4, released 27 September 2014. + The latest version is coverage.py 4.0a4, released 25 January 2015. It is supported on Python versions 2.6 through 3.4, PyPy 2.2 through 2.4, and PyPy3 2.3 and 2.4. **This is a pre-release build. The usual warnings about possible bugs apply.** @@ -105,8 +105,8 @@ Getting started is easy: `report like this one`_. .. _coverage page on the Python Package Index: http://pypi.python.org/pypi/coverage -.. _report like this: /code/coverage/sample_html/index.html -.. _report like this one: /code/coverage/sample_html_beta/index.html +.. _report like this: http://nedbatchelder.com/code/coverage/sample_html/index.html +.. _report like this one: http://nedbatchelder.com/code/coverage/sample_html_beta/index.html Using coverage.py diff --git a/doc/install.rst b/doc/install.rst index 1ab29e3..be71cb0 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -82,9 +82,9 @@ If all went well, you should be able to open a command prompt, and see coverage installed properly:: $ coverage --version - Coverage.py, version 4.0a1. http://nedbatchelder.com/code/coverage + Coverage.py, version 4.0a4. http://nedbatchelder.com/code/coverage You can also invoke coverage as a module:: $ python -m coverage --version - Coverage.py, version 4.0a1. http://nedbatchelder.com/code/coverage + Coverage.py, version 4.0a4. http://nedbatchelder.com/code/coverage |