From 0ff3f60c51c4bb42bac0d2e84a673f048a820eb7 Mon Sep 17 00:00:00 2001 From: Andre de Roos Date: Mon, 17 Jun 2019 12:37:20 +0200 Subject: [PATCH] Version bump to 1.10.16. --- bunq/sdk/client.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bunq/sdk/client.py b/bunq/sdk/client.py index 9f8faa9..2d7706c 100644 --- a/bunq/sdk/client.py +++ b/bunq/sdk/client.py @@ -49,7 +49,7 @@ class ApiClient(object): HEADER_RESPONSE_ID_LOWER_CASED = 'x-bunq-client-response-id' # Default header values - _USER_AGENT_BUNQ = 'bunq-sdk-python/1.10.2' + _USER_AGENT_BUNQ = 'bunq-sdk-python/1.10.16' _GEOLOCATION_ZERO = '0 0 0 0 NL' _LANGUAGE_EN_US = 'en_US' _REGION_NL_NL = 'nl_NL' diff --git a/setup.py b/setup.py index e3db343..84e7321 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='1.10.2', + version='1.10.16', description='bunq Python SDK', long_description=long_description,