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

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

Closed
theskumar opened this issue Feb 3, 2015 · 7 comments
Closed

Comments

@theskumar
Copy link

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?

@peritus
Copy link
Owner

peritus commented Feb 3, 2015

Interesting. Keep using .bumpversion.cfg as a workaround, I'll look into it.

On 03 Feb 2015, at 06:33, Saurabh Kumar notifications@github.com wrote:

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?


Reply to this email directly or view it on GitHub.

@theskumar
Copy link
Author

Sure and thanks!

@peritus
Copy link
Owner

peritus commented Feb 18, 2015

That should be fixed now, thanks again for the report.

I'll come say hello, next time I'm in New Delhi and you show me the Python community in India ?

@theskumar
Copy link
Author

Hey @peritus, sure any time, would love to do that. We also have Pycon India 2015 coming up. http://in.pycon.org/2015/. You might wanna plan something around that timeline.

Just drop me an email or i'm available at @_theskumar

@peritus
Copy link
Owner

peritus commented Feb 18, 2015

Thanks! Will be in India probably around this time next year, backpacking with my girlfriend. We're currently learning some hindi and need to finish a university graduation, but after that India is our first stop!

I'll reach out to you, even if only for a coffee in New Delhi.

@theskumar
Copy link
Author

theskumar commented Feb 18, 2015 via email

@theskumar
Copy link
Author

@peritus since this was a patch/fix wondering if we can have a new release 0.5.2, so we are able to install it via pypi.

Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants