Skip to content

Commit 5ad54e5

Browse files
feat: add response format for 0.14.0
1 parent d5ab8ef commit 5ad54e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appwrite/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def __init__(self):
1212
self._global_headers = {
1313
'content-type': '',
1414
'x-sdk-version': 'appwrite:python:0.9.0',
15-
'X-Appwrite-Response-Format' : '0.13.0',
15+
'X-Appwrite-Response-Format' : '0.14.0',
1616
}
1717

1818
def set_self_signed(self, status=True):

0 commit comments

Comments
 (0)