Skip to content

Commit 20baacf

Browse files
Version bump to 1.13.0
1 parent 26c6b0b commit 20baacf

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.10.2
1+
1.13.0

bunq/sdk/http/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class ApiClient:
5757
HEADER_RESPONSE_ID_LOWER_CASED = 'x-bunq-client-response-id'
5858

5959
# Default header values
60-
USER_AGENT_BUNQ = 'bunq-sdk-python/1.10.16'
60+
USER_AGENT_BUNQ = 'bunq-sdk-python/1.13.0'
6161
GEOLOCATION_ZERO = '0 0 0 0 NL'
6262
LANGUAGE_EN_US = 'en_US'
6363
REGION_NL_NL = 'nl_NL'

setup.py

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

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

0 commit comments

Comments
 (0)