pawamoy / django-appsettings

Application settings helper for Django apps.
ISC License
15 stars 5 forks source link

Split config for bumpversion #85

Open ziima opened 4 years ago

ziima commented 4 years ago

bumpversion tends to mess up the config. It would be better to split it to .bumpversionrc, so it doesn't messes up the setup.cfg.

pawamoy commented 4 years ago

Or even stop using it if you know a better tool/way :slightly_smiling_face:

ziima commented 4 years ago

I actually like it, the only problem is that is messes up the config file.

pawamoy commented 4 years ago

OK sure, lets split it then.