From 52732d20f9940e9d7a743d2537ce0e033a5cf698 Mon Sep 17 00:00:00 2001 From: "jin.xiao" Date: Tue, 26 Feb 2019 17:47:40 +0800 Subject: [PATCH] bump up to release 0.28.6 Change-Id: Ib5038a0f9bbf09b4f6daa20cb5782337a36e54ca --- ChangeLog | 4 ++++ debian/changelog | 5 +++++ doc/RELEASE_NOTES | 11 +++++++++++ mic/__init__.py | 2 +- packaging/mic.changes | 3 +++ packaging/mic.spec | 2 +- 6 files changed, 25 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9409e28..7e587d7 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Release 0.28.6 - Fri Feb. 15 2019 - Jin Xiao +===================================================================== + * new distribution support: Ubuntu 18.04. + Release 0.28.5 - Wed 0ct. 31 2018 - Jin Xiao ===================================================================== * Add %env section support. diff --git a/debian/changelog b/debian/changelog index 284f454..a10a43a 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +mic (0.28.6) unstable; urgency=low + * new distribution support: Ubuntu 18.04. + + -- Jin Xiao Fri, 15 Feb 2019 15:00:00 +0800 + mic (0.28.5) unstable; urgency=low * Add %env section support. diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index 1809b3e..290ba61 100755 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,3 +1,14 @@ +MIC Image Creator 0.28.6 Release Notes +====================================== +Released Feb 15 2019 + +This release note documents the changes included in the new release. And +the release contains new features. + +new features +-------------------------- + * new distribution support: Ubuntu 18.04. + MIC Image Creator 0.28.5 Release Notes ====================================== Released Oct 31 2018 diff --git a/mic/__init__.py b/mic/__init__.py index 9fa2633..ab5cb7a 100755 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -16,7 +16,7 @@ import os, sys -__version__ = "0.28.5" +__version__ = "0.28.6" cur_path = os.path.dirname(__file__) or '.' sys.path.insert(0, cur_path + '/3rdparty') diff --git a/packaging/mic.changes b/packaging/mic.changes index d4c375b..a2de735 100755 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,3 +1,6 @@ +* Fri Feb 15 2019 Jin Xiao - 0.28.6 + * new distribution support: Ubuntu 18.04. + * Wed Oct 31 2018 Jin Xiao - 0.28.5 * Add %env section support. diff --git a/packaging/mic.spec b/packaging/mic.spec index e421d08..18d29f6 100755 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -9,7 +9,7 @@ Name: mic Summary: Image Creator for Linux Distributions -Version: 0.28.5 +Version: 0.28.6 Release: %{?release_prefix}%{?opensuse_bs:.}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2 -- 2.7.4