From 84f10e62b7796889be12e86450f79fed2c9db190 Mon Sep 17 00:00:00 2001 From: alichinese Date: Tue, 30 Apr 2024 15:47:03 +0800 Subject: [PATCH] version: upgrade version to 0.0.46 * the release log: * oebuild add one-click build, that is you just need a yaml-conf file to build what you want without complex process for example: oebuild xxx.yaml * support nativesdk and toolchains build: you can use oebuild generate to select build nativesdk or toolchain Signed-off-by: alichinese --- src/oebuild/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oebuild/version.py b/src/oebuild/version.py index 69f5bb8..fec1453 100644 --- a/src/oebuild/version.py +++ b/src/oebuild/version.py @@ -10,4 +10,4 @@ MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. See the Mulan PSL v2 for more details. ''' -__version__ = '0.0.45' +__version__ = '0.0.46' -- Gitee