Skip to content

Commit

Permalink
Release 5.6.1 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
esingin-sift authored Oct 8, 2024
1 parent a2ba885 commit 5b3a75d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
5.6.1 2024-10-08
- Updated implementation to use Basic Authentication instead of passing `API_KEY` as a request parameter for the following calls:
- `client.score()`
- `client.get_user_score()`
- `client.rescore_user()`
- `client.unlabel()`

5.6.0 2024-05-31
- Added support for a `warnings` value in the `fields` query parameter

Expand Down
2 changes: 1 addition & 1 deletion sift/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = '5.6.0'
VERSION = '5.6.1'
API_VERSION = '205'

0 comments on commit 5b3a75d

Please sign in to comment.