Skip to content

Commit e897b9a

Browse files
Merge pull request #690 from screamerbg/development
Bump version to 1.7.3
2 parents 01dce2e + 2b4c1ba commit e897b9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mbed/mbed.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050

5151
# Application version
52-
ver = '1.7.2'
52+
ver = '1.7.3'
5353

5454
# Default paths to Mercurial and Git
5555
hg_cmd = 'hg'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name="mbed-cli",
21-
version="1.7.2",
21+
version="1.7.3",
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_DESC,
2424
url='http://github.com/ARMmbed/mbed-cli',

0 commit comments

Comments
 (0)