We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57afde3 commit 269aed4Copy full SHA for 269aed4
bunq/sdk/http/api_client.py
@@ -59,7 +59,7 @@ class ApiClient:
59
HEADER_RESPONSE_ID_LOWER_CASED = 'x-bunq-client-response-id'
60
61
# Default header values
62
- USER_AGENT_BUNQ = 'bunq-sdk-python/1.14.1'
+ USER_AGENT_BUNQ = 'bunq-sdk-python/1.14.18'
63
GEOLOCATION_ZERO = '0 0 0 0 NL'
64
LANGUAGE_EN_US = 'en_US'
65
REGION_NL_NL = 'nl_NL'
setup.py
@@ -25,7 +25,7 @@
25
# Versions should comply with PEP440. For a discussion on single-sourcing
26
# the version across setup.py and the project code, see
27
# https://packaging.python.org/en/latest/single_source_version.html
28
- version='1.14.1',
+ version='1.14.18',
29
30
description='bunq Python SDK',
31
long_description=long_description,
0 commit comments