Skip to content

Commit 939ed17

Browse files
committed
Fix date
1 parent 94f466e commit 939ed17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
version = os.popen("hatch version").readline().strip() # noqa: S605, S607
1515
year = datetime.datetime.now(tz=datetime.UTC).date().year
1616
# noinspection PyShadowingBuiltins
17-
copyright = f"2019-{year}, {author}" # noqa: A001
17+
copyright = f"2018-{year}, {author}" # noqa: A001
1818

1919
python_path = str(Path("..").resolve())
2020
sys.path.insert(0, python_path)

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)