Skip to content

Commit 117729d

Browse files
committed
Minor error in code.
1 parent 4c8f451 commit 117729d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tasks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ def update_changelog(ctx: Context, version: str | None = None, dry_run: bool = F
151151
updating the actual change log file. Defaults to False.
152152
"""
153153
version = version or f"{datetime.now(tz=timezone.utc):%Y.%-m.%-d}"
154-
__version__ = "2025.1.9"
155154
print(f"Getting all comments since {__version__}")
156155
output = subprocess.check_output(["git", "log", "--pretty=format:%s", f"v{__version__}..HEAD"])
157156
lines = []

0 commit comments

Comments
 (0)