ADVbumpversion icon indicating copy to clipboard operation
ADVbumpversion copied to clipboard

only rewrite current_version key of bumpconfig file

Open briancappello opened this issue 8 years ago • 0 comments

Hi,

I noticed that whenever I wanted to bump a version, the script would actually completely rewrite my setup.cfg file, which was kind of very unexpected. This PR makes sure that doesn't happen. However I'm a new user of bumpversion, so I don't know if this change might break other option combinations (for example, after this PR, current_version is a required key in the bump config.. maybe it was before, maybe not)

briancappello avatar Apr 05 '18 22:04 briancappello