Skip to content

Commit 631c842

Browse files
committed
Release v1.8.1
**Fixed:** * Concurrent Mbed CLI deploys that access the same cached repo no longer cause cache corruption. * Python dependencies using a github url and release instead of a package name and version are checked correctly and no longer cause sperious pip installs. * `mbed test --unittest` no longer requires a target and toolchain, which it simply throws away.
1 parent 3dc8ac9 commit 631c842

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mbed/mbed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252

5353
# Application version
54-
ver = '1.8.0'
54+
ver = '1.8.1'
5555

5656
# Default paths to Mercurial and Git
5757
hg_cmd = 'hg'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name="mbed-cli",
21-
version="1.8.0",
21+
version="1.8.1",
2222
description="Arm Mbed command line tool for repositories version control, publishing and updating code from remotely hosted repositories (GitHub, GitLab and mbed.com), and invoking Mbed OS own build system and export functions, among other operations",
2323
long_description=long_description,
2424
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)