Bug 1651762 - [mozprocess] Bump to version 1.2.0, r=gbrown

This release mostly contains Python 3 compatibility fixes since the last one.

Differential Revision: https://phabricator.services.mozilla.com/D82974
This commit is contained in:
Andrew Halberstadt 2020-07-09 20:31:56 +00:00
Родитель 501e64f8f5
Коммит 0de5257d97
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -6,7 +6,7 @@ from __future__ import absolute_import
from setuptools import setup from setuptools import setup
PACKAGE_VERSION = '1.1.0' PACKAGE_VERSION = '1.2.0'
setup(name='mozprocess', setup(name='mozprocess',
version=PACKAGE_VERSION, version=PACKAGE_VERSION,