Bug 1328823 - Bump mozprocess version number to 0.24 for release, r=ahal draft
authorJames Graham <james@hoppipolla.co.uk>
Fri, 06 Jan 2017 15:39:55 +0000
changeset 456993 c23da194ea4f6d90ace9ef05bcca934528452fb9
parent 456992 7e25809e1d4c8426ad3e00f2c765a31d4991dae4
child 541369 ed29c0abc8538def617365a722d704363ea90fbb
push id40655
push userbmo:james@hoppipolla.co.uk
push dateFri, 06 Jan 2017 15:40:53 +0000
reviewersahal
bugs1328823
milestone53.0a1
Bug 1328823 - Bump mozprocess version number to 0.24 for release, r=ahal MozReview-Commit-ID: 251xwdA7rxc
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.23'
+PACKAGE_VERSION = '0.24'
 
 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)',