Bug 1259435 - Release new versions of marionette_client and marionette_driver to PyPI; r?automatedtester draft
authorMaja Frydrychowicz <mjzffr@gmail.com>
Thu, 24 Mar 2016 12:14:59 -0400
changeset 344437 c2927ed0afa3ce1c61f46f36bb8a737b69b541c9
parent 344388 24c5fbde4488e06ef79905e1c520027cddcd1189
child 516945 9456bc3c47369d583e5e3c631d4db7a70468aacd
push id13814
push usermjzffr@gmail.com
push dateThu, 24 Mar 2016 16:16:05 +0000
reviewersautomatedtester
bugs1259435
milestone48.0a1
Bug 1259435 - Release new versions of marionette_client and marionette_driver to PyPI; r?automatedtester MozReview-Commit-ID: 9SQciAxXGp0
testing/marionette/client/marionette_driver/__init__.py
testing/marionette/harness/marionette/__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__ = '1.3.0'
+__version__ = '1.4.0'
 
 from marionette_driver import (
     addons,
     by,
     date_time_value,
     decorators,
     errors,
     expected,
--- 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__ = '2.2.0'
+__version__ = '2.3.0'
 
 from .marionette_test import (
     CommonTestCase,
     expectedFailure,
     MarionetteJSTestCase,
     MarionetteTestCase,
     skip,
     skip_if_b2g,
--- a/testing/marionette/harness/requirements.txt
+++ b/testing/marionette/harness/requirements.txt
@@ -1,9 +1,9 @@
-marionette-driver >= 1.3.0
+marionette-driver >= 1.4.0
 browsermob-proxy >= 0.6.0
 manifestparser >= 1.1
 wptserve >= 1.3.0
 mozinfo >= 0.8
 mozprocess >= 0.9
 mozrunner >= 6.9
 mozdevice >= 0.44
 mozlog >= 3.0