diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-05-10 12:55:16 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-05-10 12:55:16 -0400 |
commit | ce8d14e53e513ae8ff776b1216bf24d2ef38527c (patch) | |
tree | 3ba4caf194ea027ce97f494ac00d0c5f1128a639 /doc/conf.py | |
parent | 15977370873278c9c6b7714747ea2ef6d93b9203 (diff) | |
download | python-coveragepy-git-ce8d14e53e513ae8ff776b1216bf24d2ef38527c.tar.gz |
Update words for 4.1b3coverage-4.1b3
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 5c943878..e0b32e5b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -58,7 +58,7 @@ copyright = u'2009\N{EN DASH}2016, Ned Batchelder' # The short X.Y version. version = '4.1' # The full version, including alpha/beta/rc tags. -release = '4.1b2' +release = '4.1b3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |