Skip to content

Commit 9cd5125

Browse files
author
Konstantin Yakushev
committed
Merge branch 'release/1.10.1'
2 parents 664cc41 + 7f9e41d commit 9cd5125

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

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

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.1.0'
52+
_USER_AGENT_BUNQ = 'bunq-sdk-python/1.10.1'
5353
_GEOLOCATION_ZERO = '0 0 0 0 NL'
5454
_LANGUAGE_EN_US = 'en_US'
5555
_REGION_NL_NL = 'nl_NL'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Versions should comply with PEP440. For a discussion on single-sourcing
2525
# the version across setup.py and the project code, see
2626
# https://packaging.python.org/en/latest/single_source_version.html
27-
version='1.1.0',
27+
version='1.10.1',
2828

2929
description='bunq Python SDK',
3030
long_description=long_description,

0 commit comments

Comments
 (0)