Skip to content

Commit fc9964c

Browse files
- Releasing 1.23.2
1 parent 38b171b commit fc9964c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client_encryption/api_encryption.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def call_api_function(*args, **kwargs):
6060

6161
response = func(*args, **kwargs)
6262

63-
response.data = self._decrypt_payload(response.getheaders(), response.data)
63+
response.data = self._decrypt_payload(response.getheaders(), response.response.data)
6464

6565
return response
6666

client_encryption/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
3-
__version__ = "1.23.1"
3+
__version__ = "1.23.2"

0 commit comments

Comments
 (0)