West v0.7.3 released
Bolivar, Marti
Hello,
I'm announcing the release of west v0.7.3. https://pypi.org/project/west/0.7.3/ https://github.com/zephyrproject-rtos/west/tree/v0.7.3 To upgrade: Ubuntu: pip3 install --user west==0.7.3 Windows/macoS: pip3 install west==0.7.3 This is a bugfix release from v0.7.2. The main bug fixed causes 'west update' to fail in some situations when manifest imports are used. For details about this bug, see: https://github.com/zephyrproject-rtos/west/pull/415 For details about manifest imports, see: https://docs.zephyrproject.org/latest/guides/west/manifest.html#manifest-imports Full commit list since v0.7.2: Martí Bolívar (5): conftest: make it more os.PathLike friendly app: fix import error followed by update app/project: add missing f for f-string lint: flake8 fixes West v0.7.3 Thanks, Martí
|
|