Bump 0.3.6
authorDonghoon Shin <dhs.shine@gmail.com>
Thu, 16 Mar 2017 06:27:26 +0000 (15:27 +0900)
committerDonghoon Shin <dhs.shine@gmail.com>
Thu, 16 Mar 2017 06:27:26 +0000 (15:27 +0900)
README.md
debian/changelog
litmus/__init__.py

index 0887180d4089c174b298633ada8d22f959ced3cc..4658f793ee650a164c6ee9723a896abb1813aeae 100644 (file)
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ Build a deb package with debuild
 Install the deb package by using dpkg
 
     $ cd ..
-    $ sudo dpkg -i litmus_0.3.5-1_amd64.deb
+    $ sudo dpkg -i litmus_0.3.6_amd64.deb
 
 
 Getting started
index 84dca2b59a73416958cf67195c4bc79e3e4a9680..d65f40234d5d0de05d59a1bc56b80ee992660bf2 100644 (file)
@@ -1,34 +1,41 @@
-litmus (0.3.5-1) unstable; urgency=low
+litmus (0.3.6) unstable; urgency=medium
+
+  * Remove unused script in template
+  * Update debian/postscript to avoid error while building docker image
+
+ -- Donghoon Shin <dhs.shine@gmail.com>  Thu, 16 Mar 2017 15:20:21 +0900
+
+litmus (0.3.5) unstable; urgency=low
 
   * Create a working directory if it does not exist (for -d option)
 
  -- Donghoon Shin <dhs.shin@samsung.com>  Thu,  1 Feb 2017 09:17:00 +0900
 
-litmus (0.3.4-1) unstable; urgency=low
+litmus (0.3.4) unstable; urgency=low
 
   * Update flash method for tw1 to skip passing parameter 'flasher'
 
  -- Donghoon Shin <dhs.shin@samsung.com>  Fri, 21 Oct 2016 11:36:00 +0900
 
-litmus (0.3.3-1) unstable; urgency=low
+litmus (0.3.3) unstable; urgency=low
 
   * Support device.screenshot API
 
  -- Donghoon Shin <dhs.shin@samsung.com>  Tue, 11 Oct 2016 12:41:00 +0900
 
-litmus (0.3.2-1) unstable; urgency=low
+litmus (0.3.2) unstable; urgency=low
 
   * Support artik and more standalone device types
 
  -- Donghoon Shin <dhs.shin@samsung.com>  Fri,  7 Oct 2016 11:14:00 +0900
 
-litmus (0.3.1-1) unstable; urgency=low
+litmus (0.3.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
+litmus (0.3.0) unstable; urgency=low
 
   * Update projects/topology file location
   * Add projects/topology param at command prompt
@@ -37,7 +44,7 @@ litmus (0.3.0-1) unstable; urgency=low
 
  -- Donghoon Shin <dhs.shin@samsung.com>  Wed, 21 Sep 2016 15:08:00 +0900
 
-litmus (0.2.1-1) unstable; urgency=low
+litmus (0.2.1) unstable; urgency=low
 
   * Update import command to use shell-like path expansions
   * Update standalone device type to avoid sdb error
@@ -45,7 +52,7 @@ litmus (0.2.1-1) unstable; urgency=low
 
  -- Donghoon Shin <dhs.shin@samsung.com>  Fri,  9 Sep 2016 15:00:00 +0900
 
-litmus (0.2.0-1) unstable; urgency=low
+litmus (0.2.0) unstable; urgency=low
 
   * Remove acmlock routine to imporve test performance
   * Support flash function for standalone device type
@@ -53,7 +60,7 @@ litmus (0.2.0-1) unstable; urgency=low
 
  -- Donghoon Shin <dhs.shin@samsung.com>  Fri,  9 Sep 2016 10:03:05 +0900
 
-litmus (0.1.1-1) unstable; urgency=low
+litmus (0.1.1) unstable; urgency=low
 
   * Add ttyS0 in uarts list
   * Release global lock at exception of device.on() function
@@ -62,7 +69,7 @@ litmus (0.1.1-1) unstable; urgency=low
 
  -- Donghoon Shin <dhs.shin@samsung.com>  Mon, 27 Jun 2016 14:29:31 +0900
 
-litmus (0.1.0-1) unstable; urgency=low
+litmus (0.1.0) unstable; urgency=low
 
   * Initial release
 
index c3e61e5cd3415e09b278c45c73f946f610b2a31f..8feb2150893be65bdd0279a1cdaba2726a947b7b 100644 (file)
@@ -14,7 +14,7 @@
 # limitations under the License.
 import os
 
-__version__ = '0.3.5'
+__version__ = '0.3.6'
 _homedir_ = os.path.expanduser('~')
 _confdir_ = os.path.join(_homedir_, '.litmus')
 _duts_ = os.path.join(_confdir_, 'topology')