summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-01-16 18:12:01 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-01-16 18:12:01 -0500
commit2691b9dc487ec44045c67933a0c941c299b0aef1 (patch)
treefb000b06db34bca9cb16791493f15a48798f079e /doc/conf.py
parent7c5f1dca34797c838a369ca88651fe12324eadb9 (diff)
downloadpython-coveragepy-git-2691b9dc487ec44045c67933a0c941c299b0aef1.tar.gz
Prep for version 4.3.2
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py
index febade3a..55e11872 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'
+copyright = u'2009\N{EN DASH}2017, 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.3.1'
+version = '4.3.2' # CHANGEME
# The full version, including alpha/beta/rc tags.
-release = '4.3.1'
+release = '4.3.2' # CHANGEME
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.