From 75a773e8554f4e21af34f517d124c49419105b0f Mon Sep 17 00:00:00 2001 From: Jimmy Brisson Date: Fri, 10 Nov 2017 11:03:36 -0600 Subject: [PATCH] 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a834988..296617f 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def read(fname): return open(os.path.join(os.path.dirname(__file__), fname), encoding="utf8").read() setup(name='mbed-ls', - version='1.3.3', + version='1.3.4', description=DESCRIPTION, long_description=read('README.md'), author=OWNER_NAMES,