We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
running anything that calls this function with -release-branch-semver -python-simplified-semver
an error is thrown:
e.g. ValueError: <ScmVersion v2.0.0 dist=0 node=g17520db dirty=True branch=branch-name> can't be parsed as numeric version
ValueError: <ScmVersion v2.0.0 dist=0 node=g17520db dirty=True branch=branch-name> can't be parsed as numeric version
The text was updated successfully, but these errors were encountered:
the issue is with the simplified parsing in guess_next_simple_semver
fortunately these days the version class is available and allows better parsing
Sorry, something went wrong.
fix pypa#1018 - allow NonNormalizedVersion in semver
88b2fe6
Merge pull request #1020 from RonnyPfannschmidt/fix-1018-allow-non-no…
59defe7
…rmalized-semver fix #1018 allow non normalized semver
Successfully merging a pull request may close this issue.
running anything that calls this function with
-release-branch-semver
-python-simplified-semver
an error is thrown:
e.g.
ValueError: <ScmVersion v2.0.0 dist=0 node=g17520db dirty=True branch=branch-name> can't be parsed as numeric version
The text was updated successfully, but these errors were encountered: