Skip to content

Commit 5dbb9f0

Browse files
committed
Release version 4.0
1 parent 8f7884f commit 5dbb9f0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
10+
111
# 3.4
212

313
- 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)