c4urself / bump2version

Version-bump your software with a single command
https://pypi.python.org/pypi/bump2version
MIT License
1.06k stars 134 forks source link

Fail on unknown version parts #168

Closed takluyver closed 3 years ago

takluyver commented 3 years ago

Like some other people, I guessed 'bugfix' when the configuration was for 'patch', and was surprised that bump2version didn't catch this.

Closes #9 Closes #138

takluyver commented 3 years ago

Tests are failing on Windows; I suspect that the bumpversion patch; exit 0 command it tries to run is not doing what's expected on Windows.