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

feat: support bumping python versions #643

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yahehe
Copy link

@yahehe yahehe commented Jul 31, 2020

Similar to #638 and #591, we've been adopting this tool in a predominantly Python codebase.

setup.pys aren't as structured as package.json, so just doing a regex find and replace. Could maybe be done smarter, but it works. pyproject.toml is a bit more structured but didn't want to add a TOML parser dependency, and this does the job.

@lovetoburnswhen
Copy link

Any news on this?

@djdembeck
Copy link

djdembeck commented Sep 28, 2021

This would be useful to me as well. Also maybe consider adding _version.py support, which just contains one line: __version__ = "0.0.0"

@theorange7
Copy link

Any news on this change being incorporated? Would love to have it support init.py files with version = "v1.0.0" as well since that is also standard practice in some/most places 👍

@TimothyJones
Copy link
Contributor

Hi there! Since standard-version is deprecated, I've forked it here. I'm keen to bring in updaters for common frameworks to the fork, and I've proposed a guideline to do so here - discussion welcome.

if you're still interested in this feature, a PR against the fork would be very welcome.

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

Successfully merging this pull request may close these issues.

5 participants