Skip to content

Commit ed2bc07

Browse files
committed
Merge PR #30
2 parents c8d04eb + 5b9c24c commit ed2bc07

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 3.1
2+
3+
- Actually support Coincurve up to version 17..
4+
15
# 3.0
26

37
This is a breaking release.

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.0"
4+
__version__ = "3.1"
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,<=17.*
1+
coincurve>=15.0,<18
22
base58~=2.0

0 commit comments

Comments
 (0)