7 ms·
> Pre-alpha are much better as .dev releases. No, they are correctly using semantic versioning to indicate pre-alpha releases. https://github.com/astral-sh/ty/
by usr9012809 1y ago
> Pre-alpha are much better as .dev releases.
No, they are correctly using semantic versioning to indicate pre-alpha releases.
https://github.com/astral-sh/ty/releases https://github.com/astral-sh/ty/releases
https://semver.org/ https://semver.org/
- kstrauser 1y agoPython doesn’t use plain semver: https://peps.python.org/pep-0440/ https://peps.python.org/pep-0440/
- zahlman 1y agoThe reference Python implementation, written in C, doesn't use semver. But other projects in the Python ecosystem are generally assumed to unless stated otherwise. For example, Setuptools does (but not pip: https://pip.pypa.io/en/stable/development/release-process/ https://pip.pypa.io/en/stable/development/release-process/).
- deleted 1y ago[deleted]