bump up to release 2.0.1 40/305140/1
authorwangbiao <biao716.wang@samsung.com>
Mon, 29 Jan 2024 07:16:57 +0000 (16:16 +0900)
committerwangbiao <biao716.wang@samsung.com>
Mon, 29 Jan 2024 07:16:57 +0000 (16:16 +0900)
Change-Id: I9572c62ecab21a773eb215ec0cb8a3e083e09ce4
Signed-off-by: wangbiao <biao716.wang@samsung.com>
ChangeLog
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py
packaging/mic.changes
packaging/mic.spec

index a196dad..3a069e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Release 2.0.1 -  Mon Jan. 29 2024 - Biao Wang <biao716.wang@samsung.com>
+=====================================================================
+  * Support opensuse15.x distro
+  * Support ubuntu 22.04 distro
+  * Port code from python2.x to python3.x
+
 Release 0.29.1 -  Wed Nov. 01 2023 - Biao Wang <biao716.wang@samsung.com>
 =====================================================================
   * Support opensuse15.x distro
index 615d5cc..4ae908b 100644 (file)
@@ -1,3 +1,9 @@
+mic (2.0.1) unstable; urgency=low
+  * Support ubuntu 22.04 distro
+  * Port code from python2.x to python3.x
+
+ -- Biao Wang <biao716.wang@samsung.com>  Mon, 29 Jan 2024 15:00:00 +0800
+
 mic (0.29.1) unstable; urgency=low
   * Support ubuntu 22.04 distro
   * Port code from python2.x to python3.x 
index 8657123..60b1a7f 100644 (file)
@@ -1,3 +1,16 @@
+MIC Image Creator 2.0.1 Release Notes
+======================================
+Released Jan 29 2024
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+new features
+--------------------------
+  * Support opensuse15.x distro
+  * Support ubuntu 22.04 distro
+  * Port code from python2.x to python3.x
+
 MIC Image Creator 0.29.1 Release Notes
 ======================================
 Released Nov 01 2023
index 2c4a11d..66cbb38 100755 (executable)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.29.1"
+__version__ = "2.0.1"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index a60559e..e99879b 100644 (file)
@@ -1,3 +1,7 @@
+* Mon Jan 29 2024 Biao Wang <biao716.wang@samsung.com> - 2.0.1
+  * Support opensuse15.x distro
+  * Port code from python2.x to python3.x
+
 * Wed Nov 01 2023 Biao Wang <biao716.wang@samsung.com> - 0.29.1
   * Support opensuse15.x distro
   * Port code from python2.x to python3.x
index f0d3358..ee51579 100755 (executable)
@@ -6,7 +6,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.29.1
+Version:    2.0.1
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2