diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-01 06:07:31 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-01 06:07:31 -0500 |
commit | b62d5cde2ce284efe15d7149d6bf799186098888 (patch) | |
tree | 3459d1a3f956ff9110f10a46e16605fe612bcbfd /doc/conf.py | |
parent | 7a7e25161a585f854bbae7c133b812852672508f (diff) | |
download | python-coveragepy-git-b62d5cde2ce284efe15d7149d6bf799186098888.tar.gz |
2015 happy new year
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 b5bb715c..582b5378 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -47,7 +47,7 @@ master_doc = 'index' # General information about the project. project = u'coverage.py' -copyright = u'2009\N{EN DASH}2014, Ned Batchelder' +copyright = u'2009\N{EN DASH}2015, 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 |