File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def read(fname):
3737 return open (os .path .join (os .path .dirname (__file__ ), fname ), encoding = "utf-8" ).read ()
3838
3939setup (name = 'mbed-greentea' ,
40- version = '1.6.3 ' ,
40+ version = '1.6.4 ' ,
4141 description = DESCRIPTION ,
4242 long_description = read ('README.md' ),
4343 author = OWNER_NAMES ,
@@ -52,7 +52,7 @@ def read(fname):
5252 "console_scripts" : ["mbedgt=mbed_greentea.mbed_greentea_cli:main" ,],
5353 },
5454 install_requires = [
55- "mbed-os-tools==0.0.4 " ,
55+ "mbed-os-tools==0.0.5 " ,
5656 "mbed-host-tests>=1.5.0,<2"
5757 ],
5858 tests_require = [
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def read(fname):
3737 return open (os .path .join (os .path .dirname (__file__ ), fname ), encoding = "utf8" ).read ()
3838
3939setup (name = 'mbed-host-tests' ,
40- version = '1.5.3 ' ,
40+ version = '1.5.4 ' ,
4141 description = DESCRIPTION ,
4242 long_description = read ('README.md' ),
4343 long_description_content_type = 'text/markdown' ,
@@ -55,7 +55,7 @@ def read(fname):
5555 "mbedflsh=mbed_host_tests.mbedflsh:main" ],
5656 },
5757 install_requires = [
58- "mbed-os-tools==0.0.4 "
58+ "mbed-os-tools==0.0.5 "
5959 ],
6060 tests_require = [
6161 "mock>=2"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def read(fname):
3434 return open (os .path .join (os .path .dirname (__file__ ), fname ), encoding = "utf8" ).read ()
3535
3636setup (name = 'mbed-ls' ,
37- version = '1.7.3 ' ,
37+ version = '1.7.4 ' ,
3838 description = DESCRIPTION ,
3939 long_description = read ('README.md' ),
4040 author = OWNER_NAMES ,
@@ -52,7 +52,7 @@ def read(fname):
5252 },
5353 install_requires = [
5454 "PrettyTable>=0.7.2" ,
55- "mbed-os-tools==0.0.4 "
55+ "mbed-os-tools==0.0.5 "
5656 ],
5757 tests_require = [
5858 "mock>=2" ,
Original file line number Diff line number Diff line change 1- 0.0.4
1+ 0.0.5
You can’t perform that action at this time.
0 commit comments