Skip to content

Commit 5b3a75d

Browse files
authored
Release 5.6.1 (#115)
1 parent a2ba885 commit 5b3a75d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
5.6.1 2024-10-08
2+
- Updated implementation to use Basic Authentication instead of passing `API_KEY` as a request parameter for the following calls:
3+
- `client.score()`
4+
- `client.get_user_score()`
5+
- `client.rescore_user()`
6+
- `client.unlabel()`
7+
18
5.6.0 2024-05-31
29
- Added support for a `warnings` value in the `fields` query parameter
310

sift/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = '5.6.0'
1+
VERSION = '5.6.1'
22
API_VERSION = '205'

0 commit comments

Comments
 (0)