Bug 1433905 - Bump mozprocess to version 0.26. draft
authorHenrik Skupin <mail@hskupin.info>
Mon, 29 Jan 2018 20:49:58 +0100
changeset 748407 c3b45e7ce6c8c286f698fd6752b2481e2cf60398
parent 748406 c74b9da6d9415bd2e81b61c1e42921ded47c5198
push id97160
push userbmo:hskupin@gmail.com
push dateMon, 29 Jan 2018 19:50:19 +0000
bugs1433905
milestone60.0a1
Bug 1433905 - Bump mozprocess to version 0.26. MozReview-Commit-ID: 1zOBkiMqLv9
testing/mozbase/mozprocess/setup.py
--- a/testing/mozbase/mozprocess/setup.py
+++ b/testing/mozbase/mozprocess/setup.py
@@ -1,17 +1,17 @@
 # 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 __future__ import absolute_import
 
 from setuptools import setup
 
-PACKAGE_VERSION = '0.25'
+PACKAGE_VERSION = '0.26'
 
 setup(name='mozprocess',
       version=PACKAGE_VERSION,
       description="Mozilla-authored process handling",
       long_description="see https://firefox-source-docs.mozilla.org/mozbase/index.html",
       classifiers=['Environment :: Console',
                    'Intended Audience :: Developers',
                    'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)',