c4urself / bump2version

Version-bump your software with a single command
https://pypi.python.org/pypi/bump2version
MIT License
1.05k stars 134 forks source link

Allow setting `allow_dirty=False` in the config file #183

Open florisla opened 3 years ago

florisla commented 3 years ago

This fixes a bug as was discussed and fixed in #180.

Symptoms: setting allow_dirty to False in the config file does not actually make it False.