Bug 1453496 - [mozprofile] Bump version to 1.0.0 for Addon installation changes, r=gbrown

This is mainly to pick up bug 1448221 since the version of mozprofile on pypi can't
install addons with nightly anymore (due to the profile/extensions/staged directory
not being supported).

But since that change I've also landed several backwards incompatible API changes to
how addons are installed.

Bumping to 1.0.0 because I'd like us to start (attempting) to follow SemVer:
https://semver.org/

MozReview-Commit-ID: FDIPqNnSKJ6

--HG--
extra : rebase_source : 4e083b77802c97b85436410b40225ad234b9e7fb
This commit is contained in:
Andrew Halberstadt 2018-04-11 20:57:37 -04:00
Родитель 545937d350
Коммит e633e6ba44
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -7,7 +7,7 @@ from __future__ import absolute_import
from setuptools import setup
PACKAGE_NAME = 'mozprofile'
PACKAGE_VERSION = '0.29'
PACKAGE_VERSION = '1.0.0'
deps = ['mozfile >= 1.0',
'mozlog >= 3.0',