Bug 1016042 - Bump mozdevice to 0.35;r=ahal DONTBUILD

This commit is contained in:
William Lachance 2014-05-26 14:10:07 -04:00
parent b7850d11ba
commit ed6ae85e74

View File

@ -5,7 +5,7 @@
from setuptools import setup
PACKAGE_NAME = 'mozdevice'
PACKAGE_VERSION = '0.34'
PACKAGE_VERSION = '0.35'
deps = ['mozfile >= 1.0',
'mozlog',