Skip to content

Commit 26bda5c

Browse files
committed
Merge branch 'py-release'
2 parents ec036f9 + 65937f4 commit 26bda5c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

py/bitbox02/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
# 6.3.0
6+
- Allow infering product and version via API call instead of via USB descriptor
47
- Accept EIP1559 transactions in `eth_sign()` - requires BitBox02 firmware v9.16.0
58
- Add `bip85_bip39()` and `bip85_ln()`
69

py/bitbox02/bitbox02/bitbox02/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from __future__ import print_function
1717
import sys
1818

19-
__version__ = "6.2.0"
19+
__version__ = "6.3.0"
2020

2121
if sys.version_info.major != 3 or sys.version_info.minor < 6:
2222
print(

0 commit comments

Comments
 (0)