author | Dave Hunt <dhunt@mozilla.com> |
Wed, 15 Oct 2014 08:37:00 -0400 | |
changeset 210751 | eb92db9ff4410be72cf0f8a7b626b1c752839f39 |
parent 210750 | 751cfcb170a110e63c1eed604e58640b19a69d9d |
child 210752 | 8e283319cee61b9b87795def3564d3d0c3f29d3c |
push id | 27659 |
push user | ryanvm@gmail.com |
push date | Thu, 16 Oct 2014 18:55:15 +0000 |
treeherder | mozilla-central@cc7fc5918561 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | wlachance |
bugs | 1083218 |
milestone | 36.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/mozbase/mozdevice/setup.py +++ b/testing/mozbase/mozdevice/setup.py @@ -1,16 +1,16 @@ # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this file, # You can obtain one at http://mozilla.org/MPL/2.0/. from setuptools import setup PACKAGE_NAME = 'mozdevice' -PACKAGE_VERSION = '0.41' +PACKAGE_VERSION = '0.42' deps = ['mozfile >= 1.0', 'mozlog >= 2.1', 'moznetwork >= 0.24', 'mozprocess >= 0.19', ] setup(name=PACKAGE_NAME,