Checks
Context |
Check |
Description |
ci/Intel-dts-format-test |
success
|
Testing OK
|
ci/Intel-dts-pylama-test |
success
|
Testing OK
|
ci/Intel-dts-suite-test |
warning
|
SKIPPED
|
Commit Message
Signed-off-by: Lijuan Tu <lijuan.tu@intel.com>
---
version.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Comments
On Wed, 26 Apr 2023 14:48:39 +0800, Lijuan Tu <lijuan.tu@intel.com> wrote:
> Signed-off-by: Lijuan Tu <lijuan.tu@intel.com>
Applied, thanks
@@ -3,7 +3,7 @@
VERSION_MAJOR = "23"
VERSION_MINOR = "03"
VERSION_PATCH = "0"
-VERSION_EXTRA = "rc0"
+VERSION_EXTRA = ""
__version__ = "%s.%s.%s" % (VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH)