peritus / bumpversion

Version-bump your software with a single command

Home Page:https://pypi.python.org/pypi/bumpversion

Repository from Github https://github.comperitus/bumpversionRepository from Github https://github.comperitus/bumpversion

"file" option can not be optionnal

jdeniau opened this issue · comments

Hi,

Your soft is great and we use it for our python packages, witch contains files with versions number in it.
But it would be great if "file" could be an option, so we could use your soft with other projects, based only on git tags.

I know that, with this feature, your application would just make a git commit; git tag, but it will still simplify the version number management.

Thanks

That looks like a valid suggestion. I haven't thought about it that way, but I think that would work.

Patches containing tests and documentation are welcome, otherwise you'd have to wait until I get around to do it which hopefully will be soon.

Sent from my pocket calculator

Am 24.09.2013 um 11:50 schrieb Julien Deniau notifications@github.com:

Hi,

Your soft is great and we use it for our python packages, witch contains files with versions number in it.
But it would be great if "file" could be an option, so we could use your soft with other projects, based only on git tags.

I know that, with this feature, your application would just make a git commit; git tag, but it will still simplify the version number management.

Thanks


Reply to this email directly or view it on GitHub.

OK great, I will try to have a look at it.
Le 24 sept. 2013 14:22, "Filip Noetzel" notifications@github.com a écrit :

That looks like a valid suggestion. I haven't thought about it that way,
but I think that would work.

Patches containing tests and documentation are welcome, otherwise you'd
have to wait until I get around to do it which hopefully will be soon.

Sent from my pocket calculator

Am 24.09.2013 um 11:50 schrieb Julien Deniau notifications@github.com:

Hi,

Your soft is great and we use it for our python packages, witch contains
files with versions number in it.
But it would be great if "file" could be an option, so we could use your
soft with other projects, based only on git tags.

I know that, with this feature, your application would just make a git
commit; git tag, but it will still simplify the version number management.

Thanks


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHubhttps://github.com//issues/16#issuecomment-24998176
.

Great idea, thanks for the suggestion. Failed a few times making this possible easily, but will be in one of the next versions.

Ok great !

We tried to look at it too, but it was kind of dark about where to hack 😳

This is now part of v0.3.8. Running pip install --upgrade bumpversion should get you there.