Bug 1238996 - Release marionette-driver 1.2, marionette-transport 1.1, and marionette-client 2.1; r?automatedtester draft
authorMaja Frydrychowicz <mjzffr@gmail.com>
Thu, 14 Jan 2016 10:21:50 -0500
changeset 321994 dfaae713ce226eab696a06d78ec06a4abbfcfc11
parent 321722 27eb5e90eeee2e6a1ffe61c368c294d3de51b797
child 513008 ad883896296f69952487fb83ac60f2a2776e08d9
push id9501
push usermjzffr@gmail.com
push dateFri, 15 Jan 2016 14:21:21 +0000
reviewersautomatedtester
bugs1238996
milestone46.0a1
Bug 1238996 - Release marionette-driver 1.2, marionette-transport 1.1, and marionette-client 2.1; r?automatedtester
testing/marionette/client/marionette/__init__.py
testing/marionette/client/requirements.txt
testing/marionette/driver/marionette_driver/__init__.py
testing/marionette/driver/requirements.txt
testing/marionette/transport/marionette_transport/__init__.py
--- a/testing/marionette/client/marionette/__init__.py
+++ b/testing/marionette/client/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.0.0'
+__version__ = '2.1.0'
 
 from .marionette_test import (
     CommonTestCase,
     expectedFailure,
     MarionetteJSTestCase,
     MarionetteTestCase,
     skip,
     SkipTest,
--- a/testing/marionette/client/requirements.txt
+++ b/testing/marionette/client/requirements.txt
@@ -1,9 +1,9 @@
-marionette-driver >= 1.1.1
+marionette-driver >= 1.2.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
--- a/testing/marionette/driver/marionette_driver/__init__.py
+++ b/testing/marionette/driver/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.1.1'
+__version__ = '1.2.0'
 
 from marionette_driver import (
     addons,
     by,
     date_time_value,
     decorators,
     errors,
     expected,
--- a/testing/marionette/driver/requirements.txt
+++ b/testing/marionette/driver/requirements.txt
@@ -1,2 +1,2 @@
-marionette-transport == 1.0.0
+marionette-transport == 1.1.0
 mozrunner >= 6.9
--- a/testing/marionette/transport/marionette_transport/__init__.py
+++ b/testing/marionette/transport/marionette_transport/__init__.py
@@ -1,7 +1,7 @@
 # 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.0.0'
+__version__ = '1.1.0'
 
 from transport import *