From c3f6aec0fcd0adf43c4c460e37ee6d67d86a5cec Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Sun, 11 Nov 2018 15:49:03 +0100 Subject: [PATCH] bugfix --- src/pycalver/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pycalver/__main__.py b/src/pycalver/__main__.py index eef1c53..7ccfd42 100644 --- a/src/pycalver/__main__.py +++ b/src/pycalver/__main__.py @@ -252,4 +252,4 @@ def bump( if cfg.tag: _vcs.tag(new_version) - _vcs.push() + _vcs.push(new_version)