Skip to content

Commit db8257d

Browse files
committed
Release version 4.0
1 parent b7d2aa4 commit db8257d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 4.0
2+
3+
This is a breaking release.
4+
5+
- Drop support for Python 3.7.
6+
- Support Coincurve up to version 20.
7+
- Drop base58 dependency. Port base58 code directly in-tree as a `base58` module.
8+
- Fix circular dependency in source installation.
9+
- A new method `get_fingerprint()` was added.
10+
11+
112
# 3.4
213

314
- Support Coincurve up to version 18. This version includes support for BIP340 x-only keys and

bip32/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .bip32 import BIP32, PrivateDerivationError, InvalidInputError
22
from .utils import BIP32DerivationError, HARDENED_INDEX
33

4-
__version__ = "3.4"
4+
__version__ = "4.0"
55

66
__all__ = [
77
"BIP32",

0 commit comments

Comments
 (0)