author | Dave Hunt <dhunt@mozilla.com> |
Tue, 16 Jun 2015 05:39:00 -0400 | |
changeset 249212 | a8cc529d7a7d991dd22c4188946e184fa84f9334 |
parent 249211 | 834ad47007f21a7ac2138eccfea9639bc15e7d31 |
child 249213 | d94735b955d72be9d055fbc67873a101bc03b751 |
push id | 28923 |
push user | ryanvm@gmail.com |
push date | Wed, 17 Jun 2015 18:57:11 +0000 |
treeherder | mozilla-central@099d6cd6725e [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | wlachance |
bugs | 1175101 |
milestone | 41.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/moznetwork/setup.py +++ b/testing/mozbase/moznetwork/setup.py @@ -1,15 +1,15 @@ # 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_VERSION = '0.24' +PACKAGE_VERSION = '0.25' deps=[ 'mozinfo' ] setup(name='moznetwork', version=PACKAGE_VERSION, description="Library of network utilities for use in Mozilla testing", long_description="see http://mozbase.readthedocs.org/", classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers