Skip to content

Bug: bumpversion makes/overwrites the keys in setup.cfg in lowercase #75

@theskumar

Description

@theskumar

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions