Bug 1283745: Update marionette harness version to 3.1.0 r=ato

This change allows Marionette harness to work with the Nightly which
no longer has the `device` capability. It was removed in Bug 1282800.

MozReview-Commit-ID: BIW7cVvHhp0

--HG--
extra : rebase_source : 5e4fd5653dce409b8f4eacfead3715064ae10fd9
This commit is contained in:
David Burns 2016-07-04 14:48:00 +01:00
parent 229eb58d09
commit 971a758f3b

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__ = '3.0.0'
__version__ = '3.1.0'
from .marionette_test import (
CommonTestCase,