Skip to content

Commit

Permalink
add whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilo59 authored May 22, 2024
1 parent 76311a1 commit d7538df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ge_releaser/cmd/prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def _parse_versions(
) -> Tuple[str, str]:
tags_filter = "0." if git.trunk_is_0ver else "1."
tags_iterator = git.iter_recent_tags(prefix_filter=tags_filter, limit=2)

release_version = version.parse(next(tags_iterator))
last_version = version.parse(next(tags_iterator))

Expand Down

0 comments on commit d7538df

Please sign in to comment.