-
chore: derive version from git tags via hatch-vcs
released this
2026-04-25 16:53:37 +10:00 | 92 commits to master since this releaseReplace hardcoded version in pyproject.toml with hatch-vcs so the
package version is read from git tags at build time. Dockerfile
accepts a VERSION build arg and passes it as HATCH_VCS_PRETEND_VERSION
for builds without a git checkout. Makefile _tag target now rebuilds
the container with the correct version automatically.Downloads