Skip to content

Commit 3cfb714

Browse files
committed
Release Version 1.5.0
# Features * Vendor and Product ID used for interface detection # New boards * NUCLEO_L4R5ZI_P * DISCO_L4R9I * NUCLEO_L4R5ZI * NUMAKER_IOT_M487 * Etteplan LORA * WIO_BG96 * MTS_DRAGONFLY_L47IQG * CC3220SF * STD32620B * STD32625B * STD51822B * STD52832B * STD64B * STD8195B * STD32429B * STD32439B
1 parent 4864d7d commit 3cfb714

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.4.6',
37+
version='1.5.0',
3838
description=DESCRIPTION,
3939
long_description=read('README.md'),
4040
author=OWNER_NAMES,

0 commit comments

Comments
 (0)