Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
This version requires:

* htrun: https://github.com/ARMmbed/htrun/releases/tag/v1.1.0
  * Add experimental support for Remote Resource Manager (switch --grm))
* mbed-ls: https://github.com/ARMmbed/mbed-ls/releases/tag/v1.1.0
  * Add support for dummy platforms generation API
  • Loading branch information
PrzemekWirkus committed Jul 7, 2016
1 parent fbfb0a9 commit 5194f40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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)).read()

setup(name='mbed-greentea',
version='1.1.0',
version='1.1.1',
description=DESCRIPTION,
long_description=read('README.md'),
author=OWNER_NAMES,
Expand All @@ -53,8 +53,8 @@ def read(fname):
},
install_requires=["PrettyTable>=0.7.2",
"PySerial>=3.0",
"mbed-host-tests>=1.0.0",
"mbed-ls>=1.0.0",
"mbed-host-tests>=1.1.0",
"mbed-ls>=1.1.0",
"junit-xml",
"lockfile",
"mock",
Expand Down

0 comments on commit 5194f40

Please sign in to comment.