From e190d93af1d6aa3ba758337d9da1ee7bb1e1cbdd Mon Sep 17 00:00:00 2001 From: Kevin Hellemun Date: Tue, 20 Mar 2018 22:10:54 +0100 Subject: [PATCH] Version bumb to 0.13.0 --- CHANGELOG.md | 2 +- VERSION | 2 +- bunq/sdk/client.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72f8103..3aa3d05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -145,4 +145,4 @@ -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/VERSION b/VERSION index 7fd0b1e..51de330 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.12.4 \ No newline at end of file +0.13.0 \ No newline at end of file diff --git a/bunq/sdk/client.py b/bunq/sdk/client.py index fc11044..459ba27 100644 --- a/bunq/sdk/client.py +++ b/bunq/sdk/client.py @@ -50,7 +50,7 @@ class ApiClient(object): HEADER_RESPONSE_ID_LOWER_CASED = 'x-bunq-client-response-id' # Default header values - _USER_AGENT_BUNQ = 'bunq-sdk-python/0.12.4' + _USER_AGENT_BUNQ = 'bunq-sdk-python/0.13.0' _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 b48666f..c767e12 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='0.12.4', + version='0.13.0', description='bunq Python SDK', long_description=long_description,