Bug 1017146 - Bump mozrunner to 5.37 and mozdevice to 0.36, r=wlach

This commit is contained in:
Jonathan Griffin 2014-05-28 14:07:56 -07:00
parent 02271d1690
commit 2c78f814de
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -6,7 +6,7 @@ import sys
from setuptools import setup
PACKAGE_NAME = 'mozrunner'
PACKAGE_VERSION = '5.36'
PACKAGE_VERSION = '5.37'
desc = """Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)"""