Skip to content

Commit dea7eff

Browse files
committed
Merge branch 'py-change'
2 parents 02b7712 + 69fa68b commit dea7eff

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
@@ -2,6 +2,9 @@
22

33
## [Unreleased]
44

5+
# 7.1.0
6+
- Add `btc_xpubs()` to fetch multiple xpubs at once
7+
58
# 7.0.0
69
- get_info: add optional device initialized boolean to returned tuple
710
- eth_sign: add address_case field, which should be initialized by the client

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__ = "7.0.0"
19+
__version__ = "7.1.0"
2020

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

0 commit comments

Comments
 (0)