Bug 1040789 - Bump mozrunner and marionette-client for bug 1036926, r=davehunt

This commit is contained in:
Andrew Halberstadt 2014-07-22 15:37:34 -04:00
Родитель 7a619f244c
Коммит 87c87bcdf5
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -3,7 +3,7 @@ manifestparser
mozhttpd >= 0.5
mozinfo >= 0.7
mozprocess >= 0.9
mozrunner >= 6.0
mozrunner >= 6.2
mozdevice >= 0.37
mozlog >= 2.0
moznetwork >= 0.21

Просмотреть файл

@ -2,7 +2,7 @@ import os
from setuptools import setup, find_packages
import sys
version = '0.8'
version = '0.8.1'
# dependencies
with open('requirements.txt') as f:

Просмотреть файл

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