Skip to content

Commit

Permalink
Bug 1457600 - Version bump for mozrunner; r=rwood
Browse files Browse the repository at this point in the history
In bug 1440714, mozdevice had its version bumped to 1.0.0, outside of the required
range in mozrunner's deps, causing in-tree breakage. Subsequently, I changed mozrunner's
dep list to allow for mozdevice 1.0.0, and released mozdevice 1.0.0 on pypi. Now I need
to update mozrunner on pypi with the updated deps, so require a mozrunner version bump.
  • Loading branch information
gbrownmozilla committed Apr 30, 2018
1 parent b9d1638 commit 37cbed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/mozbase/mozrunner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from setuptools import setup, find_packages

PACKAGE_NAME = 'mozrunner'
PACKAGE_VERSION = '7.0.0'
PACKAGE_VERSION = '7.0.1'

desc = """Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)"""

Expand Down

0 comments on commit 37cbed2

Please sign in to comment.