diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | litmus/__init__.py | 2 |
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') |