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

Feature/tests #95

Closed lgiordani closed 9 years ago

lgiordani commented 9 years ago

This is an implementation of #91 and #92 and partially #93.

lgiordani commented 9 years ago

The first commit is an error, sorry, the added file has been already removed.

peritus commented 9 years ago

I really like this, seems way clearer to me now.

Also a great step to maybe one day have a documented api that is not the cli, but a python api that can be used by other programs.

lgiordani commented 9 years ago

Do you need other changes here? Otherwise I'll start working on some next steps.

peritus commented 9 years ago

Sorry, just time constraints on my side. I hope to have a few hours to look at this in detail soon.

I like the general direction and hope to get it integrated sooner than later.

lgiordani commented 9 years ago

Sorry, I didn't want to hurry you, no problem, I will start from here to try and split some other parts of the whole program. Take your time ;)

peritus commented 9 years ago

No worries :)

lgiordani commented 9 years ago

I opened #98 to clean up a bit of mess with Git history, so that new PR do not contain wrong commits.