diff options
author | mattip <matti.picus@gmail.com> | 2018-04-11 14:24:11 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2018-04-11 14:24:11 +0300 |
commit | 65844be3d307a151cafe68f1fcf90fa179b5513e (patch) | |
tree | dbb625493ecfe889b7634056f9bd8b29ce11d4f9 /doc/source | |
parent | cb24dd01a17294c3961ac2e4ca25aed417efa38a (diff) | |
download | numpy-65844be3d307a151cafe68f1fcf90fa179b5513e.tar.gz |
update copyright year
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 7c34a62cd..1cd57697d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -39,7 +39,7 @@ source_suffix = '.rst' # General substitutions. project = 'NumPy' -copyright = '2008-2017, The SciPy community' +copyright = '2008-2018, The SciPy community' # The default replacements for |version| and |release|, also used in various # other places throughout the built documents. |