Bug 1243739 - Bump versions of marionette-driver, marionette-client and marionette-transport. r=ato

This commit is contained in:
David Burns 2016-01-29 12:36:40 +00:00
parent 900eb88479
commit a8ce9fa151
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# 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.1.0'
__version__ = '2.2.0'
from .marionette_test import (
CommonTestCase,

View File

@ -1,4 +1,4 @@
marionette-driver >= 1.2.0
marionette-driver >= 1.3.0
browsermob-proxy >= 0.6.0
manifestparser >= 1.1
wptserve >= 1.3.0

View File

@ -2,7 +2,7 @@
# 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.2.0'
__version__ = '1.3.0'
from marionette_driver import (
addons,

View File

@ -2,6 +2,6 @@
# 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.0'
__version__ = '1.2.0'
from transport import *