We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c554de commit 2b8a9a0Copy full SHA for 2b8a9a0
autotick-bot/compute_next_version.py
@@ -38,7 +38,7 @@
38
curr_version = _version
39
curr_version_line = line
40
assert curr_version is not None
41
- print("found current version: %s" % curr_version_line, file=sys.stderr, flush=True)
+ print(f"found current version: {curr_version_line}", file=sys.stderr, flush=True)
42
43
# figure out if we bump the major, minor or patch version
44
major_minor, patch = curr_version_line.rsplit(".", 1)
0 commit comments