diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-05-21 08:10:11 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-05-21 08:10:11 -0400 |
commit | 0a4ca6ff8dbcd1e43645b93db9e20487581359a1 (patch) | |
tree | 44bb6787f03fa7614a782d5d7cb95cdca6390185 /doc/conf.py | |
parent | 00f15ba0a5731aa1b1ef0db85608a45f78a3f160 (diff) | |
download | python-coveragepy-git-0a4ca6ff8dbcd1e43645b93db9e20487581359a1.tar.gz |
Getting ready for 4.1 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 e0b32e5b..1aae8c8e 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.1b3' +release = '4.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |