Skip to content

Commit 321bae6

Browse files
ShaharNavehWillAyd
authored andcommitted
automatic 'end' year of copyright (pandas-dev#31085)
1 parent e4a96bb commit 321bae6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/conf.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# All configuration values have a default; values that are commented out
1111
# serve to show the default.
1212

13+
from datetime import datetime
1314
import importlib
1415
import inspect
1516
import logging
@@ -137,7 +138,7 @@
137138

138139
# General information about the project.
139140
project = "pandas"
140-
copyright = "2008-2020, the pandas development team"
141+
copyright = f"2008-{datetime.now().year}, the pandas development team"
141142

142143
# The version info for the project you're documenting, acts as replacement for
143144
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)