=== modified file 'doc/changes.rst'
@@ -1,11 +1,11 @@
Version History
***************
-.. _verison_0_21:
+.. _verison_0_20_1:
-Version 0.21
-============
-* UNRELEASED.
+Version 0.20.1
+==============
+* fixed prompt issue on Android that was causing timeouts
.. _version_0_20:
=== modified file 'lava_dispatcher/__init__.py'
@@ -18,4 +18,4 @@
# along
# with this program; if not, see <http://www.gnu.org/licenses>.
-__version__ = (0, 21, 0, "dev", 0)
+__version__ = (0, 20, 1, "final", 0)
=== modified file 'lava_dispatcher/device/target.py'
@@ -42,7 +42,7 @@
target device
"""
- ANDROID_TESTER_PS1 = "linaro-test-android# "
+ ANDROID_TESTER_PS1 = "root@linaro# "
# The target deployment functions will point self.deployment_data to
# the appropriate dictionary below. Code such as actions can contribute