Skip to content

Commit 96b4d5e

Browse files
committed
Release v1.10.0
## Fixes * #870 Use input() instead of raw_input() for py3 * #874 Add decode call to icetea application list output ## New features * #873 allow tag to be used in mbed import
1 parent dff86c5 commit 96b4d5e

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
@@ -53,7 +53,7 @@
5353

5454

5555
# Application version
56-
ver = '1.9.2'
56+
ver = '1.10.0'
5757

5858
# Default paths to Mercurial and Git
5959
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.9.2",
21+
version="1.10.0",
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)