enable make bump_version

This commit is contained in:
Manuel Barkhau 2018-12-22 09:51:14 +01:00
parent 8dfcea90c4
commit 98c60be851

View file

@ -468,8 +468,7 @@ freeze:
## Bump Version number in all files ## Bump Version number in all files
.PHONY: bump_version .PHONY: bump_version
bump_version: bump_version:
echo "Not Implemented" $(DEV_ENV)/bin/pycalver bump;
# $(DEV_ENV)/bin/pycalver bump;
## Create python sdist and bdist_wheel files ## Create python sdist and bdist_wheel files