From 05c9688cce61553c5573892ac44d30e87fe04048 Mon Sep 17 00:00:00 2001 From: Nick van de Groes Date: Fri, 21 Feb 2020 17:22:10 +0100 Subject: [PATCH] Version bump to 1.13.1 --- VERSION | 2 +- bunq/sdk/http/api_client.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index f88cf52..da38e07 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.13.0 \ No newline at end of file +1.13.1 \ No newline at end of file diff --git a/bunq/sdk/http/api_client.py b/bunq/sdk/http/api_client.py index a2ecc5f..3459625 100644 --- a/bunq/sdk/http/api_client.py +++ b/bunq/sdk/http/api_client.py @@ -59,7 +59,7 @@ class ApiClient: HEADER_RESPONSE_ID_LOWER_CASED = 'x-bunq-client-response-id' # Default header values - USER_AGENT_BUNQ = 'bunq-sdk-python/1.13.0' + USER_AGENT_BUNQ = 'bunq-sdk-python/1.13.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 0c30a6f..eb519a6 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,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.13.0', + version='1.13.1', description='bunq Python SDK', long_description=long_description,