diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-07-26 16:18:25 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-07-26 16:18:25 -0400 |
commit | 59531ec98099ebfbb01c8672419b69d0b1501f21 (patch) | |
tree | d216ac52b1a992e4ea83a7e14f6e19fb193ef9ef /doc/conf.py | |
parent | f4e5d1bf30b0aa1fc2aa12655cfa1e997d2c749d (diff) | |
download | python-coveragepy-git-59531ec98099ebfbb01c8672419b69d0b1501f21.tar.gz |
Paperwork for version 4.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 53803417..684628d9 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.2' # The full version, including alpha/beta/rc tags. -release = '4.2b1' +release = '4.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |