From 234cb992bd26ad726299daed5321f024620c2594 Mon Sep 17 00:00:00 2001 From: Mihail Stoyanov Date: Thu, 31 May 2018 11:18:55 +0100 Subject: [PATCH] Bump version to 1.7.2 --- mbed/mbed.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mbed/mbed.py b/mbed/mbed.py index 4df0f701..d2b3347d 100755 --- a/mbed/mbed.py +++ b/mbed/mbed.py @@ -49,7 +49,7 @@ # Application version -ver = '1.7.1' +ver = '1.7.2' # Default paths to Mercurial and Git hg_cmd = 'hg' diff --git a/setup.py b/setup.py index fb932fd9..59cbfada 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name="mbed-cli", - version="1.7.1", + version="1.7.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_DESC, url='http://github.com/ARMmbed/mbed-cli',