Skip to content

Commit

Permalink
Release version 1.3.0
Browse files Browse the repository at this point in the history
Fixes:
 * Correct test case name detection regex
 * Python 3 support
 * Correct a divide by zero exception when exporting to html

Features:
 * --num-sync-packets passed to htrun
 * --filter-tags passed to htrun
  • Loading branch information
theotherjimmy committed Sep 25, 2017
1 parent 85f0108 commit 163f095
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.2.6',
version='1.3.0',
description=DESCRIPTION,
long_description=read('README.md'),
author=OWNER_NAMES,
Expand Down

0 comments on commit 163f095

Please sign in to comment.