We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977b1c3 commit 580fafbCopy full SHA for 580fafb
2 files changed
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Changelog
2
Notable changes to this project.
3
4
+
5
+## [2.22.0] - 2026-01-05
6
+-- added `get_leaderboard` for crypto tournament
7
8
## [2.21.0] - 2025-12-08 - CLI for signals and crypto!
9
- cli: allow selecting tournaments (Classic/Signals/Crypto) via `--tournament` (PR #119)
10
- added timezone-aware dates to BaseAPI (PR #119)
setup.py
@@ -5,7 +5,7 @@ def load(path):
return open(path, "r").read()
-numerapi_version = "2.21.0"
+numerapi_version = "2.22.0"
11
classifiers = [
0 commit comments