Use older syntax for version bump
This commit is contained in:
parent
7325847fa9
commit
a02d7989d5
1 changed files with 2 additions and 1 deletions
|
@ -130,7 +130,8 @@ def main():
|
||||||
if not arguments.commit:
|
if not arguments.commit:
|
||||||
return
|
return
|
||||||
|
|
||||||
subprocess.run(['git', 'commit', '-am', f'Bumped version to {bumped}'])
|
subprocess.run([
|
||||||
|
'git', 'commit', '-am', 'Bumped version to {}'.format(bumped)])
|
||||||
|
|
||||||
|
|
||||||
def test_bump_version():
|
def test_bump_version():
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue