Bug 989961 - Update mozrunner version, r=ahal

This commit is contained in:
James Graham 2014-03-31 15:13:36 +01:00
parent 2dd819a431
commit 814fe694ee

View File

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