Bug 1401498 - Release marionette-driver 2.4.0 and marionette-harness 4.2.0. draft
authorHenrik Skupin <mail@hskupin.info>
Wed, 25 Oct 2017 15:42:01 +0200
changeset 686143 050e7fdf0fa11045386a1aa700ec5a7aad1e26dc
parent 686142 370e36a039fe08c64fdda07a7bc57bfa5336c45e
child 737307 da623b29432eeb82faf88d757ae5ddc2563bf119
push id86103
push userbmo:hskupin@gmail.com
push dateWed, 25 Oct 2017 13:42:45 +0000
bugs1401498
milestone58.0a1
Bug 1401498 - Release marionette-driver 2.4.0 and marionette-harness 4.2.0. MozReview-Commit-ID: 3BvyKbOpNdT
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.3.0'
+__version__ = '2.4.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.1.0'
+__version__ = '4.2.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.3.0
+marionette-driver >= 2.4.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