Skip to content

Commit

Permalink
Minor error in code.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Jan 23, 2025
1 parent 4c8f451 commit 117729d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ def update_changelog(ctx: Context, version: str | None = None, dry_run: bool = F
updating the actual change log file. Defaults to False.
"""
version = version or f"{datetime.now(tz=timezone.utc):%Y.%-m.%-d}"
__version__ = "2025.1.9"
print(f"Getting all comments since {__version__}")
output = subprocess.check_output(["git", "log", "--pretty=format:%s", f"v{__version__}..HEAD"])
lines = []
Expand Down

0 comments on commit 117729d

Please sign in to comment.