Skip to content

Commit 0ddf936

Browse files
authored
docs: change to right year
1 parent cd1301d commit 0ddf936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/change_copyright.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from datetime import datetime
55

66
def on_config(config, **kwargs):
7-
config.copyright = f"Copyright © {datetime.now().year+1} Maintained by SWHL."
7+
config.copyright = f"Copyright © {datetime.now().year} Maintained by SWHL."

0 commit comments

Comments
 (0)