8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be298a0 commit d4afcc3Copy full SHA for d4afcc3
LICENSE.txt
@@ -1,4 +1,4 @@
1
-Copyright (c) 2005-2020, NumPy Developers.
+Copyright (c) 2005-2021, NumPy Developers.
2
All rights reserved.
3
4
Redistribution and use in source and binary forms, with or without
doc/source/conf.py
@@ -98,7 +98,7 @@ class PyTypeObject(ctypes.Structure):
98
99
# General substitutions.
100
project = 'NumPy'
101
-copyright = '2008-2020, The SciPy community'
+copyright = '2008-2021, The SciPy community'
102
103
# The default replacements for |version| and |release|, also used in various
104
# other places throughout the built documents.
0 commit comments