author | Bob Clary <bclary@bclary.com> |
Fri, 26 Oct 2018 12:26:01 -0700 | |
changeset 443239 | 859c3fd87f9371916f7f0e03ddb2260f21c6585b |
parent 443191 | 19c3422995b8acfd33746ad7b2001d215865db4a |
child 443240 | 12a3e5907c80124250e8077f8a857ffe8349ff46 |
push id | 34945 |
push user | ncsoregi@mozilla.com |
push date | Sat, 27 Oct 2018 09:51:30 +0000 |
treeherder | mozilla-central@7007206a3cd4 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | ahal |
bugs | 1502358 |
milestone | 65.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/mozsystemmonitor/setup.py +++ b/testing/mozbase/mozsystemmonitor/setup.py @@ -3,17 +3,17 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. from __future__ import absolute_import import os from setuptools import setup -PACKAGE_VERSION = '0.3' +PACKAGE_VERSION = '0.4' try: pwd = os.path.dirname(os.path.abspath(__file__)) description = open(os.path.join(pwd, 'README.rst')).read() except Exception: description = '' setup(