Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ commands:
command: |
echo $PATH
ls -l /opt/gcc-arm-none-eabi-5_3-2016q1/bin
mbed compile --source=. --source=mbed-os/TESTS/mbed_drivers/generic_tests -j 0
mbed compile --source=. --source=mbed-os/drivers/tests/TESTS/mbed_drivers/generic_tests -j 0
mbed test --compile -n mbed-os-tests-mbed_drivers-generic_tests -j 0
run_old_support_tests:
steps:
Expand Down
2 changes: 1 addition & 1 deletion mbed/mbed.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@


# Application version
ver = '1.10.4'
ver = '1.10.5'

# Default paths to Mercurial and Git
hg_cmd = 'hg'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pyserial>=3.0,<4.0
mbed-os-tools>=0.0.9,<0.1.0
mbed-os-tools>=0.0.9
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from setuptools import find_packages

NAME = 'mbed-cli'
__version__ = '1.10.4'
__version__ = '1.10.5'

repository_dir = os.path.dirname(__file__)

Expand Down