Skip to content

Commit c4c546a

Browse files
author
Konstantin Yakushev
committed
Merge branch 'release/1.1.0'
2 parents c8698d6 + 471e7ea commit c4c546a

File tree

12 files changed

+199
-58
lines changed

12 files changed

+199
-58
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.1.0

bunq/sdk/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class ApiClient(object):
4949
HEADER_RESPONSE_ID_LOWER_CASED = 'x-bunq-client-response-id'
5050

5151
# Default header values
52-
_USER_AGENT_BUNQ = 'bunq-sdk-python/1.0.0'
52+
_USER_AGENT_BUNQ = 'bunq-sdk-python/1.1.0'
5353
_GEOLOCATION_ZERO = '0 0 0 0 NL'
5454
_LANGUAGE_EN_US = 'en_US'
5555
_REGION_NL_NL = 'nl_NL'

0 commit comments

Comments
 (0)