From 7662a19ab22f065fcebbd2d0d5a58d53e39b8b32 Mon Sep 17 00:00:00 2001 From: Jimmy Brisson Date: Thu, 12 Oct 2017 14:15:57 -0500 Subject: [PATCH] Release version 1.3.2 Fixes: - Show unknown boards/devices - Show devices as unknown in bootloader mode - Run generic setup before anything else in main - Prevent any use of the root logger - Allow windows users to run the test suite - Use the "fsutil" utility to verify that the devices are connected on windows --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3aa0bf2..1223a8b 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.2.15', + version='1.3.2', description=DESCRIPTION, long_description=read('README.md'), author=OWNER_NAMES,