Skip to content

Commit

Permalink
Release version 1.4.2
Browse files Browse the repository at this point in the history
# Features
  **** Use PrettyTable with GitHub policy

# Fixes
  * Document polling-timeout setting for testing apps
  * Update htrun fastmodel connector to match with newer fm_agent
  * fix pyOCD version to v0.12.0
  • Loading branch information
theotherjimmy committed Oct 12, 2018
1 parent 1fdb3ab commit eba08c4
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 @@ -37,7 +37,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname), encoding="utf8").read()

setup(name='mbed-host-tests',
version='1.4.1',
version='1.4.2',
description=DESCRIPTION,
long_description=read('README.md'),
author=OWNER_NAMES,
Expand Down

0 comments on commit eba08c4

Please sign in to comment.