From 7f9e41dcd675792482c397cd7c3a223fe76b3a9b Mon Sep 17 00:00:00 2001 From: Konstantin Yakushev Date: Fri, 22 Mar 2019 20:20:05 +0100 Subject: [PATCH] Version bump to 1.10.1 --- VERSION | 2 +- bunq/sdk/client.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 1cc5f65..e33692a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0 \ No newline at end of file +1.10.1 \ No newline at end of file diff --git a/bunq/sdk/client.py b/bunq/sdk/client.py index 44dfc36..372c909 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.1.0' + _USER_AGENT_BUNQ = 'bunq-sdk-python/1.10.1' _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 e719bde..f05c11e 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.1.0', + version='1.10.1', description='bunq Python SDK', long_description=long_description,