mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
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:
parent
545937d350
commit
e633e6ba44
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user