Version numbers: how to use them?
Comparing semantic versioning, calendar versioning, and ZeroVer for Python libraries and when to use each
Comparing semantic versioning, calendar versioning, and ZeroVer for Python libraries and when to use each
Back in 2017 I wrote a blog post on how I manage version numbers [https://snarky.ca/how-i-manage-package-version-numbers/]. In that post I mentioned how I tried to follow semantic versioning [https://semver.org/]. Over the subsequent 3 years I have come to the conclusion I actually don't like SemVer for
How to version software?