diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-26 16:15:48 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-26 16:15:48 -0500 |
commit | d9a17e04ffe0c320c32f43a609f8f4c0f39cd427 (patch) | |
tree | 91adda11e1989d54ac72053e38f6e31cf3c96db3 /doc/conf.py | |
parent | 3decb32c9270a0afeae333980fb7b5a944fbaaa7 (diff) | |
download | python-coveragepy-git-d9a17e04ffe0c320c32f43a609f8f4c0f39cd427.tar.gz |
Doc updates for 4.3
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index 684628d9..7b6cc5c8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -56,9 +56,9 @@ copyright = u'2009\N{EN DASH}2016, Ned Batchelder' # built documents. # # The short X.Y version. -version = '4.2' +version = '4.3' # The full version, including alpha/beta/rc tags. -release = '4.2' +release = '4.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |