Closed jmineau closed 2 months ago
Want to switch to calendar versioning as I don't believe semantic makes much sense for a local project.
Preferably: YYYY.MM.Micro with 0 padded month. But I'm not sure how to make the 0 padded work since setup tools converts each part to an int.
YYYY.MM.Micro
whelp, pip won't install if I use 'alpha' as a version. so I just went right for '2024.07.0'
we'll see how that works
Want to switch to calendar versioning as I don't believe semantic makes much sense for a local project.
Preferably:
YYYY.MM.Micro
with 0 padded month. But I'm not sure how to make the 0 padded work since setup tools converts each part to an int.