diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-28 08:04:17 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-12-28 08:04:17 -0500 |
commit | 89d3e1329dceba49e48bef69f4448901dc3e5ba6 (patch) | |
tree | 5cf2e52e7cde7f414edf6f76c724b006b6584886 /doc/conf.py | |
parent | e67cfc2a597d83728416c0382facca4a8278f627 (diff) | |
download | python-coveragepy-git-89d3e1329dceba49e48bef69f4448901dc3e5ba6.tar.gz |
Gearing up for 4.3.1coverage-4.3.1
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 7b6cc5c8..5c527cbb 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.3' +version = '4.3.1' # The full version, including alpha/beta/rc tags. -release = '4.3' +release = '4.3.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |