Skip to content

Commit

Permalink
Version 1.2.11
Browse files Browse the repository at this point in the history
Changes:

- Add UNO_91H to the list of boards
- Added MAX32620HSP to board list.
- Added MAX32625NEXPAQ to board list.
- Added MAX32620MBED to board list.
- Added MAX32625MBED to board list.
- Added MAX32630FTHR board to list.
- Add NUCLEO_F412ZG platform
- Support NUMAKER_PFM_M487
- Fix retarget when mbedls is imported
- Port to Python 3
  • Loading branch information
mazimkhan authored Dec 12, 2016
1 parent 5668d34 commit 455c78a
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 @@ -33,7 +33,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

setup(name='mbed-ls',
version='1.2.10',
version='1.2.11',
description=DESCRIPTION,
long_description=read('README.md'),
author=OWNER_NAMES,
Expand Down

0 comments on commit 455c78a

Please sign in to comment.