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 cd1301d commit 0ddf936Copy full SHA for 0ddf936
hooks/change_copyright.py
@@ -4,4 +4,4 @@
4
from datetime import datetime
5
6
def on_config(config, **kwargs):
7
- config.copyright = f"Copyright © {datetime.now().year+1} Maintained by SWHL."
+ config.copyright = f"Copyright © {datetime.now().year} Maintained by SWHL."
0 commit comments