setup.cfg (Before)
[bumpversion]
current_version = 0.1.0
[other]
DJANGO_SETTINGS = Value
setup.cfg running bumpversion patch
[bumpversion]
current_version = 0.1.1
[other]
django_settings = Value
We moved the .bumpversion.cfg to setup.cfg which already had other sections. bumping up a new version makes all the keys in setup.cfg lowercase making them unusable. @peritus thoughts?
setup.cfg(Before)setup.cfgrunningbumpversion patchWe moved the
.bumpversion.cfgtosetup.cfgwhich already had other sections. bumping up a new version makes all the keys insetup.cfglowercase making them unusable. @peritus thoughts?