diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-09-25 07:39:28 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-09-25 07:39:28 -0400 |
commit | 3a205cb7ad3d177369316818b2b2d77569ba1f18 (patch) | |
tree | 27cc558931ac2c6504fda26a85d8ecaa2a434e2e /doc/conf.py | |
parent | b8f43e662ccdc11d5314d34a87c0dbdc0fba2403 (diff) | |
download | python-coveragepy-git-3a205cb7ad3d177369316818b2b2d77569ba1f18.tar.gz |
Document stuff for 4.0a1
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 41a00e3e..0091cb3d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -47,9 +47,9 @@ copyright = u'2009\N{EN DASH}2013, Ned Batchelder' # built documents. # # The short X.Y version. -version = '3.7.1' +version = '4.0' # The full version, including alpha/beta/rc tags. -release = '3.7.1' +release = '4.0a1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |