mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
enable make bump_version
This commit is contained in:
parent
8dfcea90c4
commit
98c60be851
1 changed files with 1 additions and 2 deletions
3
makefile
3
makefile
|
|
@ -468,8 +468,7 @@ freeze:
|
|||
## Bump Version number in all files
|
||||
.PHONY: bump_version
|
||||
bump_version:
|
||||
echo "Not Implemented"
|
||||
# $(DEV_ENV)/bin/pycalver bump;
|
||||
$(DEV_ENV)/bin/pycalver bump;
|
||||
|
||||
|
||||
## Create python sdist and bdist_wheel files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue