From 03d3323d867ec8d1d04d87160c45eb762ab1e885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Pag=C3=A8s?= Date: Tue, 4 Aug 2015 09:44:00 -0400 Subject: [PATCH] Bug 1190813 - [mozrunner] bump mozrunner to 6.9. r=whimboo --- testing/mozbase/mozrunner/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/mozbase/mozrunner/setup.py b/testing/mozbase/mozrunner/setup.py index c7dc459121f..0d20ad76ccc 100644 --- a/testing/mozbase/mozrunner/setup.py +++ b/testing/mozbase/mozrunner/setup.py @@ -6,7 +6,7 @@ import sys from setuptools import setup, find_packages PACKAGE_NAME = 'mozrunner' -PACKAGE_VERSION = '6.8' +PACKAGE_VERSION = '6.9' desc = """Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)"""