Skip to content

Commit

Permalink
release 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uuazed committed Dec 16, 2022
1 parent 73e472d commit 76c1973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
Notable changes to this project.

## [dev]
## [2.13.0] - 2022-12-16 - "API deprecations"
- `stake_get` - updated to migrate away from deprecated API endpoint
- remove deprecated `SignalsAPI.daily_user_performances`
- remove deprecated `SignalsAPI.daily_submissions_performances`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def load(path):
return open(path, 'r').read()


numerapi_version = '2.12.9'
numerapi_version = '2.13.0'


classifiers = [
Expand Down

0 comments on commit 76c1973

Please sign in to comment.