-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #768: jade: update Jade api to 1.0.33
f4f7fe5 jade: update Jade api to 1.0.33 (Jamie C. Driver) 21f6025 jade setup_environment: tweak qemu clone following issue with upstream repo (Jamie C. Driver) Pull request description: This extends the serial api to recognise recently supported hardware. ACKs for top commit: achow101: ACK f4f7fe5 Tree-SHA512: 3f830d67ab96aa59e543832cf4997c3c237bbaf16de1881dfc75bd83e1d703039e7e8968428b06c8ab7d1780946db500e8c1f4bfadd022916e97b94a0a9ac86d
- Loading branch information
Showing
6 changed files
with
305 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
from .jade import JadeAPI | ||
from .jade_error import JadeError | ||
|
||
__version__ = "0.2.0" | ||
__version__ = "1.0.33" |
Oops, something went wrong.