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
Use this - https://github.com/python-attrs/attrs/blob/23.1.0/src/attr/_version_info.py
Allows to include a stable modifier for our benefit, whilst still creating wheels in line with PEP440
We would then version things as {YYYY}.{MINOR}.{MICRO}.{Modifier} Where modifier is one of {dev, rc, stable}
{YYYY}.{MINOR}.{MICRO}.{Modifier}
dev
rc
stable
The text was updated successfully, but these errors were encountered:
We found the following entry in the FAQ which you may find helpful:
Feel free to close this issue if you found an answer in the FAQ. Otherwise, please give us a little time to review.
This is an automated reply, generated by FAQtory
Sorry, something went wrong.
No branches or pull requests
Use this - https://github.com/python-attrs/attrs/blob/23.1.0/src/attr/_version_info.py
Allows to include a stable modifier for our benefit, whilst still creating wheels in line with PEP440
We would then version things as
{YYYY}.{MINOR}.{MICRO}.{Modifier}
Where modifier is one of {dev
,rc
,stable
}The text was updated successfully, but these errors were encountered: