Bug 1056977 - Bump version of marionette and dependencies on moztest and mozlog.;r=davehunt

This commit is contained in:
Chris Manchester 2014-08-24 16:45:00 -04:00
parent 813734a349
commit fbb2b94435
2 changed files with 3 additions and 3 deletions

View File

@ -5,9 +5,9 @@ mozinfo >= 0.7
mozprocess >= 0.9
mozrunner >= 6.2
mozdevice >= 0.37
mozlog >= 2.0
mozlog >= 2.6
moznetwork >= 0.21
mozcrash >= 0.5
mozprofile >= 0.7
moztest >= 0.6
moztest >= 0.7
mozversion >= 0.2

View File

@ -2,7 +2,7 @@ import os
from setuptools import setup, find_packages
import sys
version = '0.8.2'
version = '0.8.3'
# dependencies
with open('requirements.txt') as f: