diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-19 07:43:31 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-19 07:43:31 -0400 |
commit | 8c0a9f0265f295768ecb5a49d16e035da8ed6143 (patch) | |
tree | d0b091fb949dd758f15179f4491810666792226c /doc/conf.py | |
parent | b7fe73cecdf304b9c1028f2bea592feb47302661 (diff) | |
download | python-coveragepy-git-8c0a9f0265f295768ecb5a49d16e035da8ed6143.tar.gz |
Get ready for 4.0 final
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 9c373f33..f28a56d9 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -58,7 +58,7 @@ copyright = u'2009\N{EN DASH}2015, Ned Batchelder' # The short X.Y version. version = '4.0' # The full version, including alpha/beta/rc tags. -release = '4.0b3' +release = '4.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |