-
Notifications
You must be signed in to change notification settings - Fork 7
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
Version using 5.0.0a0 #212
Conversation
I don't know if it's relevant here, but I'd expect |
Django has never used ".0" in version numbers, even "5.0.0" (final). I don't see a need for a micro version number in pre-release version numbers, especially because we're never going to have something like "5.0.1a1". One thing I wasn't sure about when you mentioned your intention to release "alpha 0" is whether that's a thing. I've never seen a version like that on PyPI. There's a mention of "a0" at https://peps.python.org/pep-0440/#implicit-pre-release-number. It's not relevant for this situation, but Django's version utility treats "alpha 0" as a development version: https://github.com/django/django/blob/a9c79b462923ce366101db1b5a3fff3d1dad870c/django/utils/version.py#L37-L40 All that to say, if "alpha 0" isn't working with the automated tooling, I wouldn't be completely surprised. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Based on the feedback here and checking what we do over in Here's a pymongo 4.8.0b0 release that works within the semantic versioning. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even better!
Reverting to 5.0a0 to get the automated versioning to release 5.0a0