diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-07-04 13:50:35 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-07-04 13:50:35 -0400 |
commit | 5bd7bb1e728b052a96901e6d1807bb1a30306768 (patch) | |
tree | e5719ac8af514af2cfd17e027a5e43504fac47ab /doc/conf.py | |
parent | f4ff7e557e1ca3409ebe64eafb723fad10d89812 (diff) | |
download | python-coveragepy-git-5bd7bb1e728b052a96901e6d1807bb1a30306768.tar.gz |
Update the 4.2b1 details where we need themcoverage-4.2b1
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index 1aae8c8e..53803417 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -56,9 +56,9 @@ copyright = u'2009\N{EN DASH}2016, Ned Batchelder' # built documents. # # The short X.Y version. -version = '4.1' +version = '4.2' # The full version, including alpha/beta/rc tags. -release = '4.1' +release = '4.2b1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |