Bug 1366919 - Bump mozinfo version to 0.10 r?ted draft
authorWilliam Lachance <wlachance@mozilla.com>
Tue, 23 May 2017 13:04:29 -0400
changeset 583039 6e0bbf5879931011f90d0780457862daf96662b0
parent 583038 96fa4222692b750a44ef1b239b5398c8bb70fa32
child 629952 ef25de32f10e747bc1c02f04f4e1460b10b338d2
push id60281
push userwlachance@mozilla.com
push dateTue, 23 May 2017 17:05:08 +0000
reviewersted
bugs1366919
milestone55.0a1
Bug 1366919 - Bump mozinfo version to 0.10 r?ted MozReview-Commit-ID: 2k5xgTogSN6
testing/mozbase/mozinfo/setup.py
--- a/testing/mozbase/mozinfo/setup.py
+++ b/testing/mozbase/mozinfo/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.9'
+PACKAGE_VERSION = '0.10'
 
 # dependencies
 deps = ['mozfile >= 0.12']
 
 setup(name='mozinfo',
       version=PACKAGE_VERSION,
       description="Library to get system information for use in Mozilla testing",
       long_description="see http://mozbase.readthedocs.org",