diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2018-09-22 23:41:58 -0400 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2018-09-22 23:42:45 -0400 |
commit | d23a73bf23acfc3ed675ba8c2d28aac275a8fef7 (patch) | |
tree | 40fd0fb0d0d82345b0cc2508029c5a49d52a3ca7 /doc/neps/conf.py | |
parent | 1c0ebd808ede34d384a44ed19093afc109ba0cd8 (diff) | |
download | numpy-d23a73bf23acfc3ed675ba8c2d28aac275a8fef7.tar.gz |
DOC: MAINT: address comments @eric-wieser on NEP 24-26 PR. Bump copyright year
[ci skip]
Diffstat (limited to 'doc/neps/conf.py')
-rw-r--r-- | doc/neps/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/neps/conf.py b/doc/neps/conf.py index bd7503781..6eed7d0c9 100644 --- a/doc/neps/conf.py +++ b/doc/neps/conf.py @@ -46,7 +46,7 @@ master_doc = 'index' # General information about the project. project = u'NumPy Enhancement Proposals' -copyright = u'2017, NumPy Developers' +copyright = u'2017-2018, NumPy Developers' author = u'NumPy Developers' # The version info for the project you're documenting, acts as replacement for |