summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonghoon Shin <dhs.shin@samsung.com>2017-07-18 10:04:13 +0900
committerDonghoon Shin <dhs.shin@samsung.com>2018-07-18 16:08:11 +0900
commiteaf999744275712ea8d0d5f42c5696c6f350cf88 (patch)
treef96415db76dc1699bad5e1da363f4214525e3977
parentd10654c8b01d5c1bb9482963666f816026fdb20c (diff)
downloadlitmus-upstream.tar.gz
litmus-upstream.tar.bz2
litmus-upstream.zip
Bump 0.3.8upstream
Change-Id: Icf8c61baaeeea9ea9405bfd645e342eea5231953
-rw-r--r--debian/changelog6
-rw-r--r--litmus/__init__.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 729e31f..f4d3834 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+litmus (0.3.8) unstable; urgency=medium
+
+ * Update _screenshot_wayland method
+
+ -- Donghoon Shin <dhs.shine@gmail.com> Tue, 18 Jul 2017 10:03:30 +0900
+
litmus (0.3.7) unstable; urgency=medium
* add sdb dependency
diff --git a/litmus/__init__.py b/litmus/__init__.py
index b8d8825..afafb16 100644
--- a/litmus/__init__.py
+++ b/litmus/__init__.py
@@ -14,7 +14,7 @@
# limitations under the License.
import os
-__version__ = '0.3.7'
+__version__ = '0.3.8'
_homedir_ = os.path.expanduser('~')
_confdir_ = os.path.join(_homedir_, '.litmus')
_duts_ = os.path.join(_confdir_, 'topology')