You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce config flag 'no_requirements', which disables the built in check for installed python modules. Additionally Mbed CLI will only report but not attempt to install missing python modules during mbed compile, mbed test, mbed export, mbed detect
Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
setup(
20
20
name="mbed-cli",
21
-
version="1.8.3",
21
+
version="1.8.4",
22
22
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",
0 commit comments