summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-05-14 19:13:55 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-05-14 19:13:55 -0400
commit82f7b7cef3154fc9c6ce4d072c81eb947df8deb6 (patch)
tree8371851403596af7925258a700ae6105c0ce318c /doc
parent84342370d36427c7659456d306943aa6929ea390 (diff)
downloadpython-coveragepy-82f7b7cef3154fc9c6ce4d072c81eb947df8deb6.tar.gz
Making a 4.4.1 for packaging reasonscoverage-4.4.1
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py2
-rw-r--r--doc/index.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 70b124d..b3c4140 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -58,7 +58,7 @@ copyright = u'2009\N{EN DASH}2017, Ned Batchelder' # CHANGEME
# The short X.Y version.
version = '4.4' # CHANGEME
# The full version, including alpha/beta/rc tags.
-release = '4.4' # CHANGEME
+release = '4.4.1' # 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 fb5da18..0d21a71 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -62,7 +62,7 @@ not.
.. ifconfig:: not prerelease
- The latest version is coverage.py 4.4, released May 7th 2017. It
+ The latest version is coverage.py 4.4.1, released May 14th 2017. It
is supported on:
* Python versions 2.6, 2.7, 3.3, 3.4, 3.5, and 3.6.