+Release 0.28.8 - Thu May. 7 2020 - Yan Meng <yan11.meng@samsung.com>
+=====================================================================
+ * remove unnecessary /etc/fstab file.
+
Release 0.28.7 - Mon Feb. 17 2020 - Yan Meng <yan11.meng@samsung.com>
=====================================================================
* fix pylint errors for mic
+mic (0.28.8) unstable; urgency=low
+ * remove unnecessary /etc/fstab file.
+
+ -- Yan Meng <yan11.meng@samsung.com> Thu, 7 May 2020 15:00:00 +0800
+
mic (0.28.7) unstable; urgency=low
* fix pylint errors for mic
* add option for mic to skip set hosts when create
+MIC Image Creator 0.28.8 Release Notes
+======================================
+Released May 7 2020
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+Bug Fixes
+--------------------------
+ * remove unnecessary /etc/fstab file.
+
MIC Image Creator 0.28.7 Release Notes
======================================
Released Feb 17 2020
import os, sys
-__version__ = "0.28.7"
+__version__ = "0.28.8"
cur_path = os.path.dirname(__file__) or '.'
sys.path.insert(0, cur_path + '/3rdparty')
+* Thu May 7 2020 Yan Meng <yan11.meng@samsung.com> - 0.28.8
+ * remove unnecessary /etc/fstab file.
+
* Mon Feb 17 2020 Yan Meng <yan11.meng@samsung.com> - 0.28.7
* fix pylint errors for mic.
* add option for mic to skip set hosts when create.
Name: mic
Summary: Image Creator for Linux Distributions
-Version: 0.28.7
+Version: 0.28.8
Release: %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
Group: Development/Tools
License: GPLv2