Skip to content

Commit

Permalink
Test with lower bound
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-izval committed Nov 14, 2023
1 parent ef661ca commit 0ace5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def read_versions():

def is_stable(release):
version = release.tag_name.removeprefix("v")
return semver.compare(version, "1.5.0") >= 0 and not (
return semver.compare(version, "1.4.7") >= 0 and not (
release.draft or release.prerelease
)

Expand Down

0 comments on commit 0ace5e8

Please sign in to comment.