We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02b7712 + 69fa68b commit dea7effCopy full SHA for dea7eff
py/bitbox02/CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## [Unreleased]
4
5
+# 7.1.0
6
+- Add `btc_xpubs()` to fetch multiple xpubs at once
7
+
8
# 7.0.0
9
- get_info: add optional device initialized boolean to returned tuple
10
- eth_sign: add address_case field, which should be initialized by the client
py/bitbox02/bitbox02/bitbox02/__init__.py
@@ -16,7 +16,7 @@
16
from __future__ import print_function
17
import sys
18
19
-__version__ = "7.0.0"
+__version__ = "7.1.0"
20
21
if sys.version_info.major != 3 or sys.version_info.minor < 6:
22
print(
0 commit comments