diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-11-04 05:19:30 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-11-04 05:19:30 -0500 |
commit | 65b3bfd0877b132acb1dc9ae060941853b88c9e2 (patch) | |
tree | 2ca2c2c8ca69f95c33839a845c30485cf34e9674 /doc/conf.py | |
parent | dbe67cc4843107459ef7b9466a66456533fad509 (diff) | |
download | python-coveragepy-git-65b3bfd0877b132acb1dc9ae060941853b88c9e2.tar.gz |
Update files for 4.0.2
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 be00403a..f6cbf663 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.0.1' +release = '4.0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |