summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-02-10 13:07:13 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-02-10 13:07:13 -0500
commitfbbf93f909937c118bf6b5a2d5a4fd6eef122e67 (patch)
treeb414a274356192906862b0d93762a7bf596c6af6 /doc
parent5815d14c33f287e2ab4bfe67347b2700c4c166fc (diff)
downloadpython-coveragepy-fbbf93f909937c118bf6b5a2d5a4fd6eef122e67.tar.gz
Making 4.5.1
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py2
-rw-r--r--doc/index.rst3
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 162ee33..08c8853 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -58,7 +58,7 @@ copyright = u'2009\N{EN DASH}2018, Ned Batchelder' # CHANGEME
# The short X.Y version.
version = '4.5' # CHANGEME
# The full version, including alpha/beta/rc tags.
-release = '4.5' # CHANGEME
+release = '4.5.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 acb45bf..20658ed 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -51,6 +51,7 @@ Coverage.py
.. :history: 20161226T160400, updated for 4.3
.. :history: 20170116T180100, updated for 4.3.2
.. :history: 20180203T130300, updated for 4.5
+.. :history: 20180210T125300, updated for 4.5.1
Coverage.py is a tool for measuring code coverage of Python programs. It
@@ -63,7 +64,7 @@ not.
.. ifconfig:: not prerelease
- The latest version is coverage.py 4.5, released February 3rd 2018. It
+ The latest version is coverage.py 4.5.1, released February 10th 2018. It
is supported on:
* Python versions 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, and 3.7.