diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-09-27 11:08:12 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-09-27 11:08:12 -0400 |
commit | 2a2b3f3a7272cc3b75b5fd8af86ac1d31b9f6411 (patch) | |
tree | e02f520257e255c633e27053d06ef82e9144f0be /doc/conf.py | |
parent | f19c747b1c3b1d74002b44acf4cd2d4ccca67a44 (diff) | |
download | python-coveragepy-git-2a2b3f3a7272cc3b75b5fd8af86ac1d31b9f6411.tar.gz |
Update version and docs for 4.0a1
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 0091cb3d..16f566f0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -40,7 +40,7 @@ master_doc = 'index' # General information about the project. project = u'coverage.py' -copyright = u'2009\N{EN DASH}2013, Ned Batchelder' +copyright = u'2009\N{EN DASH}2014, 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 |