We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25cba01 commit 3377f63Copy full SHA for 3377f63
docs/history.md
@@ -6,6 +6,8 @@ Important changes are emphasized.
6
7
## Unreleased
8
9
+## 21.0.0
10
+
11
- **Breaking:** Drop support for Python 3.8
12
- Add support for Python 3.13
13
- Remove all runtime dependencies (`cffi` & `asn1crypto`)
src/coincurve/__init__.py
@@ -2,7 +2,7 @@
2
from coincurve.keys import PrivateKey, PublicKey, PublicKeyXOnly
3
from coincurve.utils import verify_signature
4
5
-__version__ = "20.0.0"
+__version__ = "21.0.0"
__all__ = [
"GLOBAL_CONTEXT",
"Context",
0 commit comments