PyVELM v1.1.1¶
Release date: 2026-06-09
Patch release after v1.1.0: fixes for pyvelm make:module and related
generators, plus expanded test coverage.
Highlights¶
make:module scaffold fix¶
pyvelm make:module partners (and pyvelm new partners) now pass
display_name into the module template — the same readable Apps label as
module_display_name() — so scaffolding no longer fails with
Scaffold placeholder {{display_name}} has no value.
Generator hardening¶
make:model— infers the owning module from a technical name (partners.partnerwithout--module=partners).make:menu --append— appended items useparent="{group}.main"to match the bundled menu scaffold.make:command— readscommand.py.templatefrom the wheel (single source of truth).
Shared helper: module_scaffold_variables() in pyvelm.scaffolder.
Upgrade¶
No database migration required for this release.
See CHANGELOG for the full list.