Closed pierrepo closed 3 years ago
Bump version is not maintained anymore: https://github.com/peritus/bumpversion But there is some alternatives : bump2version which is a fork or python-versioneer but seems more complicated.
Thanks @HubLot
bump2version
looks very nice and compatible with older bumpversion
config file
Now that the tests are completed, that would be nice to at least add a tag and upgrade the version number (from 1.0.3 to 1.0.4). Regarding bump2version, I never used it, is it fast to implement? Shall I add a tag, or we wait for the bump2version implementation, what do you suggest?
bump2version adds a tag automatically. I can have a look tomorrow morning.
Very good suggestion. So far I just used
git tag
.