Skip to content

Commit 1492d39

Browse files
committed
Merge PR #35 "Bump coincurve and release version 3.4"
2 parents 2dc1874 + d87d3d6 commit 1492d39

3 files changed

Lines changed: 8 additions & 2 deletions

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",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
coincurve>=15.0,<18
1+
coincurve>=15.0,<19
22
base58~=2.0

0 commit comments

Comments
 (0)