mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
bugfix
This commit is contained in:
parent
f032d2e927
commit
c3f6aec0fc
1 changed files with 1 additions and 1 deletions
|
|
@ -252,4 +252,4 @@ def bump(
|
||||||
|
|
||||||
if cfg.tag:
|
if cfg.tag:
|
||||||
_vcs.tag(new_version)
|
_vcs.tag(new_version)
|
||||||
_vcs.push()
|
_vcs.push(new_version)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue