Skip to content

Commit

Permalink
Automate update of year in copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
KybernetikJo committed Jan 9, 2024
1 parent ead00fe commit 396f287
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
import subprocess
subprocess.run(["python", "check_names.py"])

from datetime import date
project = 'Slycot'
copyright = '2023, Slycot Developers'
copyright = f'{date.today().year}, Slycot Developers'
author = 'Slycot Developers'

# Version information - read from the source code
Expand Down

0 comments on commit 396f287

Please sign in to comment.