-
Notifications
You must be signed in to change notification settings - Fork 38
Epoch versions #208
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
Comments
Pardon, do you have a link for me, what the semantics of |
See version epochs in PEP 440: For my purposes, the issue is that BumpVer shouldn’t discard the In terms of |
Hmm, regardless of support for If we do add support for |
I can't quite reproduce the behaviour you're describing, when I use the
Is there some more info you can provide? |
I'd suggest Unless |
As I said, regardless of adding it, the characters |
Try
Which changes |
Ok, perfect. Thank's for the repro. |
Try 2023.1124, I think this issue should be fixed. |
Uh oh!
There was an error while loading. Please reload this page.
BumpVer does not handle epoch versions correctly.
Aside from the fact that there is no
EPOCH
matcher, the follow configuration produces the wrong PEP440 version:This results in the PEP440 version
12.1.5
instead of1!2.1.5
.The text was updated successfully, but these errors were encountered: