You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same issue using the same bumpversion config file and after using pdb to understand why this is happening, I realized that the _replace_version_in_files() function was called two times on the same setup.py file.
It was because I used the command : bumpversion minor setup.py but no need to specify setup.py as positional argument because it's already specified in bumpversion config file.
I don't really understand why on the second run it updated the dependency version but by running only that command bumpversion minor it does the trick.
Thanks for replying. I'd tried to add
search
andreplace
options but these don't work as expected.Here is my
.bumpversion.cfg
file:[bumpversion]
current_version = 0.2.2
And here is the
setup.py
when I run the bumpversion command:It would be great if you can help me in this problem.
Originally posted by @mss30 in #201 (comment)
The text was updated successfully, but these errors were encountered: