Skip to content

Commit 75a773e

Browse files
committed
Release version 1.3.4
Fixes: - correct drive detection on Windows with non-English languages - left align columns in CLI output - update platform database when it's out of date New Targets: - NUCLEO_H743ZI - DISCO_F407VG - TMPM46B
1 parent 6020a9d commit 75a773e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def read(fname):
3434
return open(os.path.join(os.path.dirname(__file__), fname), encoding="utf8").read()
3535

3636
setup(name='mbed-ls',
37-
version='1.3.3',
37+
version='1.3.4',
3838
description=DESCRIPTION,
3939
long_description=read('README.md'),
4040
author=OWNER_NAMES,

0 commit comments

Comments
 (0)