summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-05-28 17:15:53 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-05-28 17:15:53 -0400
commit947071b4a9fc3ae90039e3e7b2a1e2ca483f7f50 (patch)
tree88e7242385e1fa9eafde01fc0eb4f91bbe3a3fb2 /doc
parent863d7602bf3ffff089dc9e9ee8b89ad404f0fea4 (diff)
downloadpython-coveragepy-git-947071b4a9fc3ae90039e3e7b2a1e2ca483f7f50.tar.gz
Updates for 5.0a1
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py4
-rw-r--r--doc/index.rst10
-rw-r--r--doc/python-coverage.1.txt6
3 files changed, 12 insertions, 8 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 08c88537..503387b5 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -56,9 +56,9 @@ copyright = u'2009\N{EN DASH}2018, Ned Batchelder' # CHANGEME
# built documents.
#
# The short X.Y version.
-version = '4.5' # CHANGEME
+version = '5.0' # CHANGEME
# The full version, including alpha/beta/rc tags.
-release = '4.5.1' # CHANGEME
+release = '5.0a1' # CHANGEME
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/doc/index.rst b/doc/index.rst
index 2df9554b..2f99d593 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -77,21 +77,21 @@ not.
.. ifconfig:: prerelease
- The latest version is coverage.py 4.4b1, released April 4th 2017. It is
+ The latest version is coverage.py 5.0a1, released May 28th 2018. It is
supported on:
- * Python versions 2.6, 2.7, 3.3, 3.4, 3.5, and 3.6.
+ * Python versions 2.7, 3.4, 3.5, 3.6, and 3.7.
- * PyPy2 5.6 and PyPy3 5.5.
+ * PyPy2 6.0 and PyPy3 6.0.
* Jython 2.7.1, though only for running code, not reporting.
* IronPython 2.7.7, though only for running code, not reporting.
**This is a pre-release build. The usual warnings about possible bugs
- apply.** The latest stable version is coverage.py 4.3.4, `described here`_.
+ apply.** The latest stable version is coverage.py 4.5.1, `described here`_.
-.. _described here: https://nedbatchelder.com/code/coverage
+.. _described here: http://coverage.readthedocs.io/
Quick start
diff --git a/doc/python-coverage.1.txt b/doc/python-coverage.1.txt
index 94402b84..a415f080 100644
--- a/doc/python-coverage.1.txt
+++ b/doc/python-coverage.1.txt
@@ -8,7 +8,7 @@ measure code coverage of Python program execution
:Author: Ned Batchelder <ned@nedbatchelder.com>
:Author: |author|
-:Date: 2015-09-20
+:Date: 2018-05-28
:Copyright: Apache 2.0 license, attribution and disclaimer required.
:Manual section: 1
:Manual group: Coverage.py
@@ -219,6 +219,10 @@ COVERAGE_FILE
Path to the file where coverage measurements are collected to and
reported from. Default: ``.coverage`` in the current working directory.
+COVERAGE_RCFILE
+
+ Path to the configuration file, often named ``.coveragerc``.
+
HISTORY
=======