Post #2938478
2026-04-24 17:57 UTC
@webology@mastodon.social I started using the version number set in pyproject.toml file, parsing it with `toml`. One place of truth.
Am not quite sold on the CalVer idea yet, but will try it in a new project.
Replies (1)
-
@webology@mastodon.social 2026-04-24 18:54
@konsonantenboy@hachyderm.io I have used pyproject.toml for a while with bumpver, and it's great. My only complaint is that you have to "uv lock" or whatever, which is a bumper issue. My change is mostly about how to efficiently see which version is deployed on the actual live web server. I am going to automate some checks to make sure.