Skip to content

Commit 5b9c24c

Browse files
committed
Release version 3.1
1 parent 0bd2718 commit 5b9c24c

2 files changed

Lines changed: 5 additions & 1 deletion

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

0 commit comments

Comments
 (0)