Skip to content

PyVELM v1.4.1

Release date: 2026-06-10

Patch release after v1.4.0: CI publish resilience only (no application code changes).


Highlights

  • PyPI publish workflow — the release job now sets skip-existing: true, so a re-run does not fail with 400 File already exists when that version is already on PyPI (immutable filenames).

Functionally identical to v1.4.0 for library users; bump the pin if you need a clean publish or GitHub Release cut after a partial CI run.


Upgrade

pip install -U "pyvelm==1.4.1"
pyvelm db migrate

See CHANGELOG for the full list.