Bug 1434664 - Bump mozdevice to 0.52 r?bc draft
authorWilliam Lachance <wlachance@mozilla.com>
Fri, 02 Feb 2018 13:53:34 -0500
changeset 750742 82b9127c1a79429f6406ed4d22c036f6abab1981
parent 750741 a6970f3833e00df43c06728524d41cd51c10dee9
push id97726
push userwlachance@mozilla.com
push dateFri, 02 Feb 2018 18:53:51 +0000
reviewersbc
bugs1434664
milestone59.0a1
Bug 1434664 - Bump mozdevice to 0.52 r?bc MozReview-Commit-ID: 9u3Abd15R6E
testing/mozbase/mozdevice/setup.py
--- a/testing/mozbase/mozdevice/setup.py
+++ b/testing/mozbase/mozdevice/setup.py
@@ -3,17 +3,17 @@
 # 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 __future__ import absolute_import
 
 from setuptools import setup
 
 PACKAGE_NAME = 'mozdevice'
-PACKAGE_VERSION = '0.51'
+PACKAGE_VERSION = '0.52'
 
 deps = ['mozfile >= 1.0',
         'mozlog >= 3.0',
         'moznetwork >= 0.24',
         'mozprocess >= 0.19',
         ]
 
 setup(name=PACKAGE_NAME,