Bug 1366199 - Release marionette-harness 4.1 and marionette-driver 2.3.0. draft
authorHenrik Skupin <mail@hskupin.info>
Wed, 28 Jun 2017 10:18:13 -0700
changeset 601564 06e148260240a8653d4c860b60ce17a24753cea6
parent 601563 b6c8f929ac7d3b9b7574053bb9812037a1789d92
child 635306 e6eb27c8ede16702c5c71e035bcd79172de23432
push id66111
push userbmo:hskupin@gmail.com
push dateWed, 28 Jun 2017 22:06:21 +0000
bugs1366199
milestone56.0a1
Bug 1366199 - Release marionette-harness 4.1 and marionette-driver 2.3.0. MozReview-Commit-ID: GOrSXY8aHFJ
testing/marionette/client/marionette_driver/__init__.py
testing/marionette/harness/marionette_harness/__init__.py
testing/marionette/harness/requirements.txt
--- a/testing/marionette/client/marionette_driver/__init__.py
+++ b/testing/marionette/client/marionette_driver/__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__ = '2.2.0'
+__version__ = '2.3.0'
 
 from marionette_driver import (
     addons,
     by,
     date_time_value,
     decorators,
     errors,
     expected,
--- a/testing/marionette/harness/marionette_harness/__init__.py
+++ b/testing/marionette/harness/marionette_harness/__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__ = '4.0.0'
+__version__ = '4.1.0'
 
 from .marionette_test import (
     CommonTestCase,
     expectedFailure,
     MarionetteTestCase,
     parameterized,
     run_if_e10s,
     run_if_manage_instance,
--- a/testing/marionette/harness/requirements.txt
+++ b/testing/marionette/harness/requirements.txt
@@ -1,11 +1,11 @@
 browsermob-proxy >= 0.6.0
 manifestparser >= 1.1
-marionette-driver >= 2.2.0
+marionette-driver >= 2.3.0
 mozcrash >= 0.5
 mozdevice >= 0.44
 mozinfo >= 0.8
 mozlog >= 3.0
 moznetwork >= 0.21
 mozprocess >= 0.9
 mozprofile >= 0.7
 mozrunner >= 6.13