Skip to content

Commit

Permalink
Release version 1.5.0
Browse files Browse the repository at this point in the history
# 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
  • Loading branch information
bridadan committed Dec 12, 2018
1 parent 374771c commit 29072af
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 @@ -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,
Expand Down

0 comments on commit 29072af

Please sign in to comment.