From cd263bffde127d8b780def0f4dea4f830b597829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bol=C3=ADvar?= Date: Wed, 20 Dec 2023 10:50:10 -0800 Subject: [PATCH] West v1.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug fixes: - Hotfix for west grep. For details, see: https://github.com/zephyrproject-rtos/west/pull/700 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 63e16651..645452cf 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__ = '1.2.0' +__version__ = '1.2.1' # # MAINTAINERS: #