From 3d46bfcc7855537311b8b4b36e9bee221260dbd3 Mon Sep 17 00:00:00 2001 From: lixinyu Date: Thu, 4 Jan 2024 20:26:32 +0800 Subject: [PATCH] version: upgrade version to 0.0.40 the release log: * fix the bug raised err when run generate command in yocto-meta-openeuler directory * optimize the generate function that give the option of overwriting or not when initializing build workspace and the same one had been encountered * optimize the openEuler build docker image download progress to be more friendly 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 12b8e9b..8e72550 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.38' +__version__ = '0.0.40' -- Gitee