Bug 1367465 - Bump mozdevice version to 0.51 r=bc draft
authorWilliam Lachance <wlachance@mozilla.com>
Wed, 24 May 2017 11:52:14 -0400
changeset 583775 372544706f3239466fcdddcb8b0331f5be317fc2
parent 583752 cabbecd2cbca869d10c32aa81ecaf69c913a3332
child 630202 41a5d6af76da94e63f695d5efdc32c00a47927dc
push id60545
push userwlachance@mozilla.com
push dateWed, 24 May 2017 16:48:57 +0000
reviewersbc
bugs1367465
milestone55.0a1
Bug 1367465 - Bump mozdevice version to 0.51 r=bc MozReview-Commit-ID: AYTbOymTApS
testing/mozbase/mozdevice/setup.py
--- a/testing/mozbase/mozdevice/setup.py
+++ b/testing/mozbase/mozdevice/setup.py
@@ -1,17 +1,17 @@
 
 # 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 setuptools import setup
 
 PACKAGE_NAME = 'mozdevice'
-PACKAGE_VERSION = '0.50'
+PACKAGE_VERSION = '0.51'
 
 deps = ['mozfile >= 1.0',
         'mozlog >= 3.0',
         'moznetwork >= 0.24',
         'mozprocess >= 0.19',
         ]
 
 setup(name=PACKAGE_NAME,