================ POP 14.1 Release ================ This release adds app-mergeable SUBCOMMANDS from pop-config. Veritcally merged projects can now extend their parent's SUBCOMMANDS by specifying ``dyne`` in their SUBCOMMAND config. Example: .. code-block:: python SUBCOMMANDS = { "my_sub_command": { "dyne": "parent_dyne", }, }