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 | 0caec9c7545677e3a515528c621c39a5da82e540 (patch) | |
tree | 6cb3ed13fe63d7701e99ce55afae8169cae648e2 /doc/conf.py | |
parent | 98841107f8d7c6de52d49b26ba586213dd321f95 (diff) | |
download | python-coveragepy-0caec9c7545677e3a515528c621c39a5da82e540.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 be00403..f6cbf66 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. |