Bug 1316984 - Release firefox-ui-harness 1.5.0 and firefox-puppeteer 52.2.0. draft
authorHenrik Skupin <mail@hskupin.info>
Wed, 14 Dec 2016 17:41:37 +0100
changeset 449602 52375cd93ce545d7364f5bd6d34eaa500bc1cf9b
parent 449601 5f42bdeef6cc8eec3d87004299105dea6748430f
child 449603 38fd4561e3f9ceca8428f79862dc866f6c2d4a0e
push id38614
push userbmo:hskupin@gmail.com
push dateWed, 14 Dec 2016 16:43:44 +0000
bugs1316984
milestone53.0a1
Bug 1316984 - Release firefox-ui-harness 1.5.0 and firefox-puppeteer 52.2.0. MozReview-Commit-ID: 4MKkAYbv4nA
testing/firefox-ui/harness/firefox_ui_harness/__init__.py
testing/marionette/puppeteer/firefox/firefox_puppeteer/__init__.py
--- a/testing/firefox-ui/harness/firefox_ui_harness/__init__.py
+++ b/testing/firefox-ui/harness/firefox_ui_harness/__init__.py
@@ -1,8 +1,8 @@
 # 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.4.0'
+__version__ = '1.5.0'
 
 import cli_functional
 import cli_update
--- a/testing/marionette/puppeteer/firefox/firefox_puppeteer/__init__.py
+++ b/testing/marionette/puppeteer/firefox/firefox_puppeteer/__init__.py
@@ -1,9 +1,9 @@
 # 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/.
 
 from firefox_puppeteer.mixins import PuppeteerMixin
 from firefox_puppeteer.puppeteer import Puppeteer
 
 
-__version__ = '52.1.0'
+__version__ = '52.2.0'