diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-10 13:01:57 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-01-10 13:01:57 -0500 |
commit | ecc667327b1b89bfde66b426d663d6a487c1f038 (patch) | |
tree | 6adbf0cae52507ced62338660ac9f8b259a2d945 /doc/conf.py | |
parent | e658fb3268ca192e5f329314bbb4fb3f62652e30 (diff) | |
download | python-coveragepy-git-ecc667327b1b89bfde66b426d663d6a487c1f038.tar.gz |
Prep for 4.1b1
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/conf.py b/doc/conf.py index 0738e72e..cc57d500 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,16 +49,16 @@ master_doc = 'index' # General information about the project. project = u'Coverage.py' -copyright = u'2009\N{EN DASH}2015, Ned Batchelder' +copyright = u'2009\N{EN DASH}2016, Ned Batchelder' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '4.0' +version = '4.1' # The full version, including alpha/beta/rc tags. -release = '4.0.3' +release = '4.1b1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |