From aa2aab3d356a68d9ebfd14bb730e6bf1285a0506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bol=C3=ADvar?= Date: Thu, 4 Nov 2021 14:21:51 -0700 Subject: [PATCH] West v0.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New features: - West now works on the MSYS2 platform (https://www.msys2.org/) - West manifest files can now contain arbitrary user data associated with each project. See 591a0aad49632df9c7c708f54056da90631e84dd ("manifest: add project 'userdata' key") for details. Bug fixes: - The west list command's "{sha}" format key has been fixed for the manifest repository; it now prints "N/A" ("not applicable") as expected. API changes: - The west.manifest.Project.userdata attribute was added to support project user data. Signed-off-by: Martí Bolívar --- src/west/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/west/version.py b/src/west/version.py index d87636cf..d135abac 100644 --- a/src/west/version.py +++ b/src/west/version.py @@ -5,7 +5,7 @@ # This is the Python 3 version of option 3 in: # https://packaging.python.org/guides/single-sourcing-package-version/#single-sourcing-the-version -__version__ = '0.12.0a3' +__version__ = '0.12.0' # # MAINTAINERS: #