Skip to content

Commit 6419122

Browse files
authored
Merge pull request #672 from screamerbg/development
Bump version to 1.6.0
2 parents 66f734d + b6400c1 commit 6419122

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
@@ -38,7 +38,7 @@
3838

3939

4040
# Application version
41-
ver = '1.5.1'
41+
ver = '1.6.0'
4242

4343
# Default paths to Mercurial and Git
4444
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.5.1",
21+
version="1.6.0",
2222
description="ARM mbed command line tool for repositories version control, publishing and updating code from remotely hosted repositories (GitHub, GitLab and mbed.org), 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)