Bug 1340429 - Bump mozprocess to 0.24; r?jgraham draft
authorSam Giles <sam.e.giles@gmail.com>
Fri, 17 Feb 2017 05:53:06 +0000
changeset 485777 7971747b8649e042eae1db83ec5f1c70065a7cc9
parent 485692 6cefe01ca7744d6ac3960c69eac833e2e65f7f8f
child 546117 5cd0880e339eff3b1b216c3d57c1cc4d5e4914a9
push id45842
push userbmo:sgiles@mozilla.com
push dateFri, 17 Feb 2017 05:54:21 +0000
reviewersjgraham
bugs1340429
milestone54.0a1
Bug 1340429 - Bump mozprocess to 0.24; r?jgraham MozReview-Commit-ID: G3473IJp0i2
testing/mozbase/mozprocess/setup.py
--- a/testing/mozbase/mozprocess/setup.py
+++ b/testing/mozbase/mozprocess/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'
 
 setup(name='mozprocess',
       version=PACKAGE_VERSION,
       description="Mozilla-authored process handling",
       long_description='see http://mozbase.readthedocs.org/',
       classifiers=['Environment :: Console',
                    'Intended Audience :: Developers',
                    'License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)',