From 29072af50ce0b5b93d53b62862c8e00bdc1d4c01 Mon Sep 17 00:00:00 2001 From: Brian Daniels Date: Wed, 12 Dec 2018 14:15:55 -0600 Subject: [PATCH] Release version 1.5.0 # Features * Add "--fm" option to support FastModels testing * Output tables in GitHub flavored Markdown # Fixes * Set forced_reset_timeout to 10 sec for RAPIDIOT_K64F * Remove command line dump from the docs * Ignore bad unicode characters * Allow colorama versions 0.4.x * Check decoded output for test errors --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a95b180b..d12c141e 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def read(fname): return open(os.path.join(os.path.dirname(__file__), fname), encoding="utf-8").read() setup(name='mbed-greentea', - version='1.4.0', + version='1.5.0', description=DESCRIPTION, long_description=read('README.md'), author=OWNER_NAMES,