Bug 1353527 - Tag mozdevice 0.50 r=bc

MozReview-Commit-ID: 8MMuTDX7uBH

--HG--
extra : rebase_source : 6c632ad1cca513796b80d98050994ebb6d5cce6b
This commit is contained in:
William Lachance 2017-04-04 16:44:07 -04:00
Родитель 27cbf94d26
Коммит dfdc5f2814
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,4 @@
# 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/.
@ -5,7 +6,7 @@
from setuptools import setup
PACKAGE_NAME = 'mozdevice'
PACKAGE_VERSION = '0.49'
PACKAGE_VERSION = '0.50'
deps = ['mozfile >= 1.0',
'mozlog >= 3.0',