diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-01-04 07:04:38 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-01-04 07:04:38 -0500 |
commit | 99e7e3c7501cf4b7a110cfa77e4e4c6dd63ab2a9 (patch) | |
tree | f1a26213210b38d7e70ef28033e4381d349bd9ed /doc/conf.py | |
parent | 89f44c12465b16a1ee63eb9e75ce13bb5a42e532 (diff) | |
download | python-coveragepy-git-99e7e3c7501cf4b7a110cfa77e4e4c6dd63ab2a9.tar.gz |
2019 -> 2020
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 c2f85b10..a9f4a733 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -59,7 +59,7 @@ master_doc = 'index' # General information about the project. project = u'Coverage.py' -copyright = u'2009\N{EN DASH}2019, Ned Batchelder.' # CHANGEME # pylint: disable=redefined-builtin +copyright = u'2009\N{EN DASH}2020, Ned Batchelder.' # CHANGEME # pylint: disable=redefined-builtin # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the |