Skip to content

Commit f7040b0

Browse files
authored
Merge pull request #42 from veryfi/feature/sync-versions
Update User-Agent
2 parents f76bba0 + 850e568 commit f7040b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CHANGES
22
=======
3-
3.2.0
3+
3.4.0
44
-----
55
* Add support to add tags on existing documents
66

veryfi/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def _get_headers(self) -> Dict:
6161
:return: Dictionary with headers
6262
"""
6363
final_headers = {
64-
"User-Agent": "Python Veryfi-Python/3.2.0",
64+
"User-Agent": "Python Veryfi-Python/3.4.0",
6565
"Accept": "application/json",
6666
"Content-Type": "application/json",
6767
"Client-Id": self.client_id,

0 commit comments

Comments
 (0)