Bump up version
authorDonghoon Shin <dhs.shine@gmail.com>
Wed, 21 Sep 2016 22:47:26 +0000 (07:47 +0900)
committerDonghoon Shin <dhs.shine@gmail.com>
Wed, 21 Sep 2016 22:47:26 +0000 (07:47 +0900)
CHANGES.txt
debian/changelog
litmus/__init__.py

index 7b1efa5df415e22df3661c330ec42ddcfccb96f9..d5af636e15b8ebd681cef76b85075431f54e58ec 100644 (file)
@@ -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
index 1cdce254e3f1a7781ba3c77cec83d80d54752796..6c83b990b7248a87ba1a6bf0bb0926df09d8c1f2 100644 (file)
@@ -1,3 +1,9 @@
+litmus (0.3.1-1) unstable; urgency=low
+
+  * Update cmd_rm handler
+
+ -- Donghoon Shin <dhs.shin@samsung.com>  Thu, 22 Sep 2016 07:42:00 +0900
+
 litmus (0.3.0-1) unstable; urgency=low
 
   * Update projects/topology file location
index 724e4752dcdb5647365c405341eff190312a6afb..3cb3ccd35a525100342c8c322d21d628074e0391 100644 (file)
@@ -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')