forked from c4urself/bump2version
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add interpolation when reading setup.cfg.
Setuptools uses the default ConfigParser object when reading setup.cfg which does interpolation. To be consistent with that format bumpversion must do the same. This will close issue c4urself#21.
- Loading branch information
1 parent
4fe7784
commit f34eae9
Showing
2 changed files
with
44 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters