Skip to content

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.partner without --module=partners).
  • make:menu --append — appended items use parent="{group}.main" to match the bundled menu scaffold.
  • make:command — reads command.py.template from the wheel (single source of truth).

Shared helper: module_scaffold_variables() in pyvelm.scaffolder.


Upgrade

pip install -U "pyvelm==1.1.1"

No database migration required for this release.

See CHANGELOG for the full list.