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 @@ -43,7 +43,7 @@ def read(fname):
4343
4444
4545setup (name = 'mbed-greentea' ,
46- version = '1.7.1 ' ,
46+ version = '1.7.2 ' ,
4747 description = DESCRIPTION ,
4848 long_description = read ('README.md' ),
4949 author = OWNER_NAMES ,
@@ -58,7 +58,7 @@ def read(fname):
5858 "console_scripts" : ["mbedgt=mbed_greentea.mbed_greentea_cli:main" ,],
5959 },
6060 install_requires = [
61- "mbed-os-tools==0.0.8 " ,
61+ "mbed-os-tools==0.0.9 " ,
6262 "mbed-host-tests>=1.5.0,<2"
6363 ],
6464 tests_require = [
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def read(fname):
4242
4343
4444setup (name = 'mbed-host-tests' ,
45- version = '1.5.7 ' ,
45+ version = '1.5.8 ' ,
4646 description = DESCRIPTION ,
4747 long_description = read ('README.md' ),
4848 long_description_content_type = 'text/markdown' ,
@@ -60,7 +60,7 @@ def read(fname):
6060 "mbedflsh=mbed_host_tests.mbedflsh:main" ],
6161 },
6262 install_requires = [
63- "mbed-os-tools==0.0.8 "
63+ "mbed-os-tools==0.0.9 "
6464 ],
6565 tests_require = [
6666 "mock>=2"
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def read(fname):
3939
4040
4141setup (name = 'mbed-ls' ,
42- version = '1.7.7 ' ,
42+ version = '1.7.8 ' ,
4343 description = DESCRIPTION ,
4444 long_description = read ('README.md' ),
4545 author = OWNER_NAMES ,
@@ -57,7 +57,7 @@ def read(fname):
5757 },
5858 install_requires = [
5959 "PrettyTable>=0.7.2" ,
60- "mbed-os-tools==0.0.8 "
60+ "mbed-os-tools==0.0.9 "
6161 ],
6262 tests_require = [
6363 "mock>=2" ,
Original file line number Diff line number Diff line change 1- 0.0.8
1+ 0.0.9
You can’t perform that action at this time.
0 commit comments