From 8f68142bb946b51acfbc3b762c690f7e5c8c9dd3 Mon Sep 17 00:00:00 2001 From: Henrik Skupin Date: Thu, 3 Mar 2016 21:41:27 +0100 Subject: [PATCH] Bug 1251196 - Bump mozcrash to 0.17. r=ted MozReview-Commit-ID: 98iyU2DXdYN --HG-- extra : rebase_source : ad4b75f2903dd1c9b5d78306f57d1740a665df92 --- testing/mozbase/mozcrash/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/mozbase/mozcrash/setup.py b/testing/mozbase/mozcrash/setup.py index a1813e361b0b..2f4a444fe2d5 100644 --- a/testing/mozbase/mozcrash/setup.py +++ b/testing/mozbase/mozcrash/setup.py @@ -5,7 +5,7 @@ from setuptools import setup PACKAGE_NAME = 'mozcrash' -PACKAGE_VERSION = '0.16' +PACKAGE_VERSION = '0.17' # dependencies deps = ['mozfile >= 1.0',