Bug 1283745: Update marionette harness version to 3.1.0 r?ato draft
authorDavid Burns <dburns@mozilla.com>
Mon, 04 Jul 2016 14:48:00 +0100
changeset 383541 abc81c087dd79e3e87cb5a594c1d80520141aedd
parent 383540 276344b0869770b6e322d96a10c55b3b1c6005f6
child 524507 15c25cabbbae1a5960cc74f825b46da35e9c5921
push id22053
push userbmo:dburns@mozilla.com
push dateMon, 04 Jul 2016 14:02:49 +0000
reviewersato
bugs1283745, 1282800
milestone50.0a1
Bug 1283745: Update marionette harness version to 3.1.0 r?ato This change allows Marionette harness to work with the Nightly which no longer has the `device` capability. It was removed in Bug 1282800. MozReview-Commit-ID: BIW7cVvHhp0
testing/marionette/harness/marionette/__init__.py
--- a/testing/marionette/harness/marionette/__init__.py
+++ b/testing/marionette/harness/marionette/__init__.py
@@ -1,13 +1,13 @@
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
-__version__ = '3.0.0'
+__version__ = '3.1.0'
 
 from .marionette_test import (
     CommonTestCase,
     expectedFailure,
     MarionetteJSTestCase,
     MarionetteTestCase,
     skip,
     skip_if_desktop,