Skip to content

Commit

Permalink
Fix date
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Oct 22, 2024
1 parent c5d3c6c commit 98d4564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
version = os.popen("hatch version").readline().strip() # noqa: S605, S607
year = datetime.datetime.now(tz=datetime.UTC).date().year
# noinspection PyShadowingBuiltins
copyright = f"2019-{year}, {author}" # noqa: A001
copyright = f"2023-{year}, {author}" # noqa: A001

python_path = str(Path("..").resolve())
sys.path.insert(0, python_path)
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 98d4564

Please sign in to comment.