Bug 1353527 - Tag mozdevice 0.50 r?bc draft
authorWilliam Lachance <wlachance@mozilla.com>
Tue, 04 Apr 2017 16:44:07 -0400
changeset 555770 2e28ee791e792c9ab22412179b0d2b5ecc0a2c32
parent 555725 b043233ec04f06768d59dcdfb9e928142280f3cc
child 622700 33f66cc1ff471bf0e0925a871ac852b8a7696c9a
push id52338
push userwlachance@mozilla.com
push dateTue, 04 Apr 2017 20:44:20 +0000
reviewersbc
bugs1353527
milestone55.0a1
Bug 1353527 - Tag mozdevice 0.50 r?bc MozReview-Commit-ID: 8MMuTDX7uBH
testing/mozbase/mozdevice/setup.py
--- a/testing/mozbase/mozdevice/setup.py
+++ b/testing/mozbase/mozdevice/setup.py
@@ -1,16 +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.49'
+PACKAGE_VERSION = '0.50'
 
 deps = ['mozfile >= 1.0',
         'mozlog >= 3.0',
         'moznetwork >= 0.24',
         'mozprocess >= 0.19',
         ]
 
 setup(name=PACKAGE_NAME,