From e6f8537ea6c0a805e290ecf3dd502d2e7fb01a55 Mon Sep 17 00:00:00 2001 From: Jimmy Brisson Date: Tue, 4 Sep 2018 13:15:02 -0500 Subject: [PATCH] Release Version 1.6.0 # 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 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 533d8ea..c6ad25f 100644 --- a/setup.py +++ b/setup.py @@ -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,