From 59633e520684c68392b798ce00ee9ca268defc02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=AD=20Bol=C3=ADvar?= Date: Mon, 20 Feb 2023 09:18:29 -0800 Subject: [PATCH] version: 1.0.99 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is not a real west release. It is just a marker that we have forked v1.0-branch off of main, and that main is moving independently of the release branch. 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 4cc385d..c52d6ed 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.14.99' +__version__ = '1.0.99' # # MAINTAINERS: #