Skip to content

Commit

Permalink
Merge PR #35 "Bump coincurve and release version 3.4"
Browse files Browse the repository at this point in the history
  • Loading branch information
darosior committed Dec 10, 2022
2 parents 2dc1874 + d87d3d6 commit 1492d39
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 3.4

- Support Coincurve up to version 18. This version includes support for BIP340 x-only keys and
Schnorr signatures.


# 3.3

- Implement a pure Python fallback for RIPEMD160 in case `hashlib` does not provide it.
Expand Down
2 changes: 1 addition & 1 deletion bip32/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .bip32 import BIP32, PrivateDerivationError, InvalidInputError
from .utils import BIP32DerivationError, HARDENED_INDEX

__version__ = "3.3"
__version__ = "3.4"

__all__ = [
"BIP32",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
coincurve>=15.0,<18
coincurve>=15.0,<19
base58~=2.0

0 comments on commit 1492d39

Please sign in to comment.