Skip to content

Commit

Permalink
Release Version 1.6.0
Browse files Browse the repository at this point in the history
# Features
 * Table printing is copy-pastable to github flavored markdown

# Fixes
 * New docs for paltforms and debugger types
 * Check daplink files; compatibility fix for older daplink
 * Allow Colons `:` in product names
  • Loading branch information
theotherjimmy committed Sep 4, 2018
1 parent 59b7909 commit e6f8537
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.5.1',
version='1.6.0',
description=DESCRIPTION,
long_description=read('README.md'),
author=OWNER_NAMES,
Expand Down

0 comments on commit e6f8537

Please sign in to comment.