We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 692afcc commit 82faba1Copy full SHA for 82faba1
1 file changed
python-project-template/{% if include_docs %}docs{% endif %}/conf.py.jinja
@@ -15,7 +15,7 @@ sys.path.insert(0, os.path.abspath("../src/"))
15
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
16
17
project = "{{project_name}}"
18
-copyright = "2024, {{author_name}}"
+copyright = "2025, {{author_name}}"
19
author = "{{author_name}}"
20
release = version("{{project_name}}")
21
# for example take major/minor
0 commit comments