Skip to content

Commit d87d3d6

Browse files
committed
Release version 3.4
1 parent 2f7b4b6 commit d87d3d6

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 3.4
2+
3+
- Support Coincurve up to version 18. This version includes support for BIP340 x-only keys and
4+
Schnorr signatures.
5+
6+
17
# 3.3
28

39
- Implement a pure Python fallback for RIPEMD160 in case `hashlib` does not provide it.

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.3"
4+
__version__ = "3.4"
55

66
__all__ = [
77
"BIP32",

0 commit comments

Comments
 (0)