Skip to content

Commit 8928311

Browse files
authored
Release 1.2.14
Fixes and enhancements: - Add NRF52840 target to the list of platforms. - Change 5501 target name to GR_LYCHEE - shenmengkai + shenmengkai New platform MTM_MTCONNECT04S - add decode to mount to support flasher - Fix unhandled exception for platforms without valid ID on OSX - Added UBLOX_EVK_NINA_B1 target id i.e. 1237 - Add support for NUCLEO L496ZG - Support for ARM_MPS2 detection
1 parent efa73b4 commit 8928311

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
@@ -33,7 +33,7 @@ def read(fname):
3333
return open(os.path.join(os.path.dirname(__file__), fname)).read()
3434

3535
setup(name='mbed-ls',
36-
version='1.2.13',
36+
version='1.2.14',
3737
description=DESCRIPTION,
3838
long_description=read('README.md'),
3939
author=OWNER_NAMES,

0 commit comments

Comments
 (0)