mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1209698: Bump version numbers for Marionette packages; r=jgriffin
The version numbers have been moved to be major.minor.patch to allow better versioning moving forward.
This commit is contained in:
parent
f2cfb0dde6
commit
29a27b2e98
@ -3,7 +3,7 @@
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
|
||||
__version__ = '0.20'
|
||||
__version__ = '1.0.0'
|
||||
|
||||
from .marionette_test import MarionetteTestCase, MarionetteJSTestCase, CommonTestCase, expectedFailure, skip, SkipTest
|
||||
from .runner import (
|
||||
|
@ -1,4 +1,4 @@
|
||||
marionette-driver >= 0.13
|
||||
marionette-driver >= 1.0.0
|
||||
browsermob-proxy >= 0.6.0
|
||||
manifestparser >= 1.1
|
||||
mozhttpd >= 0.7
|
||||
|
@ -3,7 +3,7 @@
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
|
||||
__version__ = '0.2.0'
|
||||
__version__ = '1.0.0'
|
||||
|
||||
|
||||
from marionette_driver import ( errors, by, decorators, expected, geckoinstance,
|
||||
|
@ -1,2 +1,2 @@
|
||||
marionette-transport == 0.7
|
||||
marionette-transport == 0.7.1
|
||||
mozrunner >= 6.9
|
||||
|
@ -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__ = '0.7'
|
||||
__version__ = '0.7.1'
|
||||
|
||||
|
||||
from transport import MarionetteTransport
|
||||
|
Loading…
Reference in New Issue
Block a user