-
Notifications
You must be signed in to change notification settings - Fork 98
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
Make it possible to post multiple-releases-in-a-day #86
Comments
I know this issue is quite dated, but as a side note, I would suggest dropping |
To quote https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html:
|
@pradyunsg I meant more that the community is going in the direction of having all possible packaging data in static config like |
I suggest keeping CalVer but switching from YYYY.MM.DD to YYYY.MM.micro, where micro is set to 0 for the first release of the month, then incremented for subsequent releases. This is similar to Black and Twisted (although they use YY) and others. For example, the first release in October, let's say on the 3rd, would be 2024.10.0. The next release on the 12th would be 2024.10.1. If we have another on the 12th, it's 2024.10.2. The next on the 18th is 2024.10.3 and so on. |
Is this possible with the |
Are folks opposed to setting up releases with the version numbers
2021.11.15.1
?Right now, we're using
calver
:trove-classifiers/setup.py
Line 30 in 4e2248b
It doesn't support multiple releases on the same day, which is an issue we've hit in #80.
The text was updated successfully, but these errors were encountered: