Skip to content

Commit 5162bd2

Browse files
authored
Automatic updates of copyright year in lib
1 parent b77bff4 commit 5162bd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from datetime import datetime, timezone
12
# Configuration file for the Sphinx documentation builder.
23
#
34
# For the full list of built-in configuration values, see the documentation:
@@ -7,7 +8,7 @@
78
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
89

910
project = "pytest-asyncio"
10-
copyright = "2023, pytest-asyncio contributors"
11+
copyright = f"{datetime.now(tz=timezone.utc).year}, {project} contributors"
1112
author = "Tin Tvrtković"
1213
release = "v0.23.0"
1314

0 commit comments

Comments
 (0)