peritus / bumpversion

Version-bump your software with a single command
https://pypi.python.org/pypi/bumpversion
MIT License
1.5k stars 148 forks source link

Bumpversion behaves incorrectly when files have been formatted using black #196

Closed dileep-kishore closed 5 years ago

dileep-kishore commented 5 years ago

Bumpversion incorrectly updates version="0.4.0" to version="version='0.5.0'" when files are autoformatted using black

dileep-kishore commented 5 years ago

Ok, I just changed the search string in setup.cfg to contain double-quotes. It works now!