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 65dd445 commit 0619143
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 @@ -29,7 +29,7 @@
author = ",".join(author["name"] for author in data["project"]["authors"])
release = os.popen("hatch version").readline().strip() # noqa: S605, S607
year = datetime.datetime.now(tz=datetime.UTC).date().year
copyright = f"2016-{year}, {author}" # noqa: A001
copyright = f"2017-{year}, {author}" # noqa: A001

# The short X.Y version
version = ".".join(release.split(".")[:2])
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 0619143

Please sign in to comment.