Skip to content

Commit 82faba1

Browse files
authored
Update year in conf.py.jinja
1 parent 692afcc commit 82faba1

File tree

1 file changed

+1
-1
lines changed
  • python-project-template/{% if include_docs %}docs{% endif %}

1 file changed

+1
-1
lines changed

python-project-template/{% if include_docs %}docs{% endif %}/conf.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sys.path.insert(0, os.path.abspath("../src/"))
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1616

1717
project = "{{project_name}}"
18-
copyright = "2024, {{author_name}}"
18+
copyright = "2025, {{author_name}}"
1919
author = "{{author_name}}"
2020
release = version("{{project_name}}")
2121
# for example take major/minor

0 commit comments

Comments
 (0)