Bug 1176758 - Release mozprocess 0.23 and mozrunner 6.12. r=ahal

MozReview-Commit-ID: JeQhPhZHbUX

--HG--
extra : rebase_source : 729a8393b18ce7b75d3e615d5010cd32744cc16f
This commit is contained in:
Henrik Skupin 2016-06-30 16:45:21 +02:00
Родитель c0ae4f73e9
Коммит 4a66067bde
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -4,7 +4,7 @@
from setuptools import setup
PACKAGE_VERSION = '0.22'
PACKAGE_VERSION = '0.23'
setup(name='mozprocess',
version=PACKAGE_VERSION,

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

@ -6,7 +6,7 @@ import sys
from setuptools import setup, find_packages
PACKAGE_NAME = 'mozrunner'
PACKAGE_VERSION = '6.11'
PACKAGE_VERSION = '6.12'
desc = """Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)"""
@ -14,7 +14,7 @@ deps = ['mozdevice >= 0.37',
'mozfile >= 1.0',
'mozinfo >= 0.7',
'mozlog >= 3.0',
'mozprocess >= 0.22',
'mozprocess >= 0.23',
'mozprofile >= 0.18',
]