From c00eb55b9d2595caa3e5720d234a584c65d0cfb0 Mon Sep 17 00:00:00 2001 From: Donghoon Shin Date: Thu, 22 Sep 2016 07:47:26 +0900 Subject: [PATCH] Bump up version --- CHANGES.txt | 4 ++++ debian/changelog | 6 ++++++ litmus/__init__.py | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 7b1efa5..d5af636 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -31,3 +31,7 @@ Version 0.3.0 21 Sep 2016 - Add projects/topology param at command prompt - Support multiple mock devices in topology - Add global lock for mock device type + +Version 0.3.1 22 Sep 2016 +--------------------------- +- Update cmd_rm handler diff --git a/debian/changelog b/debian/changelog index 1cdce25..6c83b99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +litmus (0.3.1-1) unstable; urgency=low + + * Update cmd_rm handler + + -- Donghoon Shin Thu, 22 Sep 2016 07:42:00 +0900 + litmus (0.3.0-1) unstable; urgency=low * Update projects/topology file location diff --git a/litmus/__init__.py b/litmus/__init__.py index 724e475..3cb3ccd 100644 --- a/litmus/__init__.py +++ b/litmus/__init__.py @@ -14,7 +14,7 @@ # limitations under the License. import os -__version__ = '0.3.0' +__version__ = '0.3.1' _homedir_ = os.path.expanduser('~') _confdir_ = os.path.join(_homedir_, '.litmus') _duts_ = os.path.join(_confdir_, 'topology') -- 2.34.1