From aed87ee5dd1670d01448a7f304922711195a77c4 Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Sun, 18 Oct 2020 20:57:17 +0000 Subject: [PATCH] use bumpver in make bump --- Makefile.bootstrapit.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.bootstrapit.make b/Makefile.bootstrapit.make index 9bdfaa1..970adc3 100644 --- a/Makefile.bootstrapit.make +++ b/Makefile.bootstrapit.make @@ -558,7 +558,7 @@ freeze: ## Bump Version number in all files .PHONY: bump_version bump_version: - $(DEV_ENV)/bin/pycalver bump; + $(DEV_ENV)/bin/bumpver update; ## Create python sdist and bdist_wheel files