Skip to content

Commit

Permalink
Release v1.2.15
Browse files Browse the repository at this point in the history
New targets:
 - VBLUno51
 - NUCLEO_L496ZG
 - SILICA_SENSOR_NODE
 - EV_COG_AD3029LZ
 - EV_COG_AD4050LZ
 - NUCLEO_L452RE

Fixes:
 - Python 3.5 and 3.6 compatibility
 - Correct detection of devices without mbed.htm
   - Corrects detection of microbit on windows
  • Loading branch information
theotherjimmy committed Sep 19, 2017
1 parent a1aec61 commit 569fd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.14',
version='1.2.15',
description=DESCRIPTION,
long_description=read('README.md'),
author=OWNER_NAMES,
Expand Down

0 comments on commit 569fd32

Please sign in to comment.