bump2version icon indicating copy to clipboard operation
bump2version copied to clipboard

Add support for version compare and for checking for version part argument

Open arcanefoam opened this issue 6 years ago • 4 comments

Version compare is important for other scripts that use bumpversion as a library, e.g. in my big osgi project I want to make sure all projects are at the same version, find which ones are ahead/behind.

I also took another approach to checking the version part argument. My implementation checks against the current VersionConfiguration (not hardcoded to specific names).

Both changes have proper tests (I think) in place.

arcanefoam avatar May 10 '18 09:05 arcanefoam

Sorry for the delay on this. Have pushed the requested changes, except for the equals (see my comments).

arcanefoam avatar Jul 13 '18 08:07 arcanefoam

@arcanefoam any movement here?

c4urself avatar Nov 18 '18 23:11 c4urself

@c4urself sorry for the radio silence, had been working on unrelated projects. I agree with most of the comments from @ekohl, I will reply to them and commit some changes during this week

arcanefoam avatar Nov 19 '18 09:11 arcanefoam

This branch needs a rebase.

florisla avatar Jan 13 '20 10:01 florisla