From 719c6850d5588feea1b93e27465e3db109511c74 Mon Sep 17 00:00:00 2001 From: lixinyu Date: Mon, 1 Apr 2024 18:52:16 +0800 Subject: [PATCH] version: upgrade version to 0.0.45 the release log: * oebuild is capable of building toolchains and native SDKs. * The underlying operational logic has been optimized, resulting in a more than tenfold increase in operational efficiency. * Optimize the manifest command download mode, switch from parallel to serial, enabling detailed download information to be printed Signed-off-by: lixinyu --- 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 f5c24ad..69f5bb8 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.44' +__version__ = '0.0.45' -- Gitee