callowayproject/bump-my-version

Convert configuration file handling to allow extensions

Opened this issue · 0 comments

Description

There have been a few requests on handling the configuration file.

  • Format (.cfg, .ini, etc.)
  • Location (remote #148)

This will provide an interface using the Pluggy library to enable users to write extensions to customize configuration file reading.

The interface will be described in upcoming comments on this issue.