Bug 1504117 - [mozdevice] Release mozdevice 1.1.6, r=gbrown.

This commit is contained in:
Bob Clary 2018-11-02 07:42:53 -07:00
parent 35a04c73fe
commit 82c93eb971

View File

@ -8,7 +8,7 @@ from __future__ import absolute_import
from setuptools import setup
PACKAGE_NAME = 'mozdevice'
PACKAGE_VERSION = '1.1.5'
PACKAGE_VERSION = '1.1.6'
deps = ['mozfile >= 1.0',
'mozlog >= 3.0',