Bug 1632429 - bump mozhttpd version to 0.7.1 r=gbrown

Due to minor changes in D78159 and D77965 I figured it would be a good idea to release the bugfix version bump to pypi, despite our intention to discontinue using mozhttpd (Bug 1428709).

Differential Revision: https://phabricator.services.mozilla.com/D78163
This commit is contained in:
Edwin Takahashi 2020-06-03 21:59:46 +00:00
Родитель 0c810869ed
Коммит 606a8388cd
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -6,7 +6,7 @@ from __future__ import absolute_import
from setuptools import setup
PACKAGE_VERSION = '0.7'
PACKAGE_VERSION = '0.7.1'
deps = ['moznetwork >= 0.24', 'mozinfo >= 1.0.0', 'six >= 1.10.0']
setup(name='mozhttpd',