Skip to content

Commit 3377f63

Browse files
authored
release v21.0.0 (#184)
1 parent 25cba01 commit 3377f63

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/history.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Important changes are emphasized.
66

77
## Unreleased
88

9+
## 21.0.0
10+
911
- **Breaking:** Drop support for Python 3.8
1012
- Add support for Python 3.13
1113
- Remove all runtime dependencies (`cffi` & `asn1crypto`)

src/coincurve/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from coincurve.keys import PrivateKey, PublicKey, PublicKeyXOnly
33
from coincurve.utils import verify_signature
44

5-
__version__ = "20.0.0"
5+
__version__ = "21.0.0"
66
__all__ = [
77
"GLOBAL_CONTEXT",
88
"Context",

0 commit comments

Comments
 (0)