Skip to content

PyVELM v0.22.0

Release date: 2026-05-29

Project packaging and documentation release: LGPL-3.0-or-later, GitHub CI with coverage, refreshed README and PyVELM branding, and expanded user docs.


Highlights

License

The framework is distributed under the GNU LGPL v3 (or later). See LICENSE in the repo.

CI and quality

  • .github/workflows/ci.ymlpytest on Ubuntu with a Postgres service, PYVELM_DSN set for integration tests, coverage XML uploaded to Codecov.
  • Install test tools: pip install -e ".[test]".

PyPI and README

  • Long description from README.md; project URLs (docs, repo, changelog, issues).
  • Badges: CI, Codecov, PyPI version, downloads, docs, license.

Branding

Display name PyVELM; install and CLI stay pip install pyvelm / pyvelm init.

Tagline: Odoo's semantics. Laravel's ergonomics. Filament's craft — in a Tailwind-native ERP shell that exists only here.

Documentation

  • New Form UX guide (v0.21.0 form features).
  • MkDocs site title PyVELM; corrected GitHub Pages base URL.

Upgrade

pip install -U pyvelm==0.22.0

No schema or module manifest changes in this release.