Bug 1434664 - Bump mozdevice to 0.52 r=bc

MozReview-Commit-ID: 9u3Abd15R6E

--HG--
extra : rebase_source : a6b7bb8044aa4b5ecf433bca84e962d6757855cf
This commit is contained in:
William Lachance 2018-02-02 13:53:34 -05:00
parent 168d85d1b6
commit bc3cce1805

View File

@ -8,7 +8,7 @@ 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',