Skip to content

Commit 76c92d0

Browse files
authored
Merge pull request #987 from Patater/too-old-requirements
Don't require too old mbed-os-tools
2 parents fdcec84 + 7a3f7db commit 76c92d0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ commands:
7272
command: |
7373
echo $PATH
7474
ls -l /opt/gcc-arm-none-eabi-5_3-2016q1/bin
75-
mbed compile --source=. --source=mbed-os/TESTS/mbed_drivers/generic_tests -j 0
75+
mbed compile --source=. --source=mbed-os/drivers/tests/TESTS/mbed_drivers/generic_tests -j 0
7676
mbed test --compile -n mbed-os-tests-mbed_drivers-generic_tests -j 0
7777
run_old_support_tests:
7878
steps:

mbed/mbed.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454

5555
# Application version
56-
ver = '1.10.4'
56+
ver = '1.10.5'
5757

5858
# Default paths to Mercurial and Git
5959
hg_cmd = 'hg'

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pyserial>=3.0,<4.0
2-
mbed-os-tools>=0.0.9,<0.1.0
2+
mbed-os-tools>=0.0.9

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from setuptools import find_packages
1616

1717
NAME = 'mbed-cli'
18-
__version__ = '1.10.4'
18+
__version__ = '1.10.5'
1919

2020
repository_dir = os.path.dirname(__file__)
2121

0 commit comments

Comments
 (0)