peritus / bumpversion

Version-bump your software with a single command
https://pypi.python.org/pypi/bumpversion
MIT License
1.5k stars 147 forks source link

Fix new version bug #81

Closed ecordell closed 9 years ago

ecordell commented 9 years ago

This fixes #60, by assuming that if you pass in a --new-version flag, that's really the version you want.

ecordell commented 9 years ago

Looks like AppVeyor is failing, but master seems to be as well.

peritus commented 9 years ago

Yes, Appveyor still has some issues, so this is good to merge. Thanks a lot!

ecordell commented 9 years ago

Thanks! Any chance you could release a new patch version sometime soon?