summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-02-03 15:14:34 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-02-03 15:14:34 -0500
commitac76eb3d0d1a010cb4fa12408defc5e8db5099b9 (patch)
tree20695f7a324fa181903b7d5c0e4b013b2ee77b85 /doc
parent9b08ba29bcb2ec2b390088ce8c9f6ec3f398a47c (diff)
downloadpython-coveragepy-ac76eb3d0d1a010cb4fa12408defc5e8db5099b9.tar.gz
Version 4.5 paperwork
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py6
-rw-r--r--doc/index.rst3
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/conf.py b/doc/conf.py
index ebffb4a..162ee33 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -49,16 +49,16 @@ master_doc = 'index'
# General information about the project.
project = u'Coverage.py'
-copyright = u'2009\N{EN DASH}2017, Ned Batchelder' # CHANGEME
+copyright = u'2009\N{EN DASH}2018, Ned Batchelder' # CHANGEME
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
-version = '4.4' # CHANGEME
+version = '4.5' # CHANGEME
# The full version, including alpha/beta/rc tags.
-release = '4.4.2' # CHANGEME
+release = '4.5' # 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 19c8f90..acb45bf 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -50,6 +50,7 @@ Coverage.py
.. :history: 20160726T161300, updated for 4.2
.. :history: 20161226T160400, updated for 4.3
.. :history: 20170116T180100, updated for 4.3.2
+.. :history: 20180203T130300, updated for 4.5
Coverage.py is a tool for measuring code coverage of Python programs. It
@@ -62,7 +63,7 @@ not.
.. ifconfig:: not prerelease
- The latest version is coverage.py 4.4.2, released November 5th 2017. It
+ The latest version is coverage.py 4.5, released February 3rd 2018. It
is supported on:
* Python versions 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, and 3.7.