Skip to content

Commit

Permalink
Release v1.9.2
Browse files Browse the repository at this point in the history
**Fixed:**
* ARMmbed#850 Don't overwrite `mbed_app.json` on newly imported projects
* ARMmbed#857 Stream downloads of mbed 2 zip files. Prevents Out of memory(OOM) errors
  • Loading branch information
theotherjimmy committed Mar 4, 2019
1 parent 52ed388 commit 63847b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.9.1'
ver = '1.9.2'

# Default paths to Mercurial and Git
hg_cmd = 'hg'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name="mbed-cli",
version="1.9.1",
version="1.9.2",
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",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 63847b7

Please sign in to comment.