Skip to content

Commit 580fafb

Browse files
committed
version 2.22.0
1 parent 977b1c3 commit 580fafb

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,6 +1,10 @@
11
# Changelog
22
Notable changes to this project.
33

4+
5+
## [2.22.0] - 2026-01-05
6+
-- added `get_leaderboard` for crypto tournament
7+
48
## [2.21.0] - 2025-12-08 - CLI for signals and crypto!
59
- cli: allow selecting tournaments (Classic/Signals/Crypto) via `--tournament` (PR #119)
610
- added timezone-aware dates to BaseAPI (PR #119)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def load(path):
55
return open(path, "r").read()
66

77

8-
numerapi_version = "2.21.0"
8+
numerapi_version = "2.22.0"
99

1010

1111
classifiers = [

0 commit comments

Comments
 (0)