This commit is contained in:
Manuel Barkhau 2018-11-11 15:49:03 +01:00
parent f032d2e927
commit c3f6aec0fc

View file

@ -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)