Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add interpolation when reading setup.cfg. #32

Merged

Commits on Aug 30, 2018

  1. 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.
    SethMMorton committed Aug 30, 2018
    Configuration menu
    Copy the full SHA
    46e45b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51b3004 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85a3c9f View commit details
    Browse the repository at this point in the history
  4. Specify exception on StringIO import.

    Leaving things better than I found it :)
    SethMMorton committed Aug 30, 2018
    3 Configuration menu
    Copy the full SHA
    e5688dc View commit details
    Browse the repository at this point in the history