File tree Expand file tree Collapse file tree 5 files changed +2263
-2911
lines changed Expand file tree Collapse file tree 5 files changed +2263
-2911
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased] ( https://github.com/bunq/sdk_python/tree/HEAD )
44
5- [ Full Changelog] ( https://github.com/bunq/sdk_python/compare/1.10.1...HEAD )
5+ [ Full Changelog] ( https://github.com/bunq/sdk_python/compare/1.10.2...HEAD )
6+
7+ ** Closed issues:**
8+
9+ - Fix README.md preventing from uploading a new version of sdk [ \# 113] ( https://github.com/bunq/sdk_python/issues/113 )
10+
11+ ** Merged pull requests:**
12+
13+ - Markdown fix. \( bunq/sdk\_ python\# 113\) [ \# 114] ( https://github.com/bunq/sdk_python/pull/114 ) ([ kojoru] ( https://github.com/kojoru ) )
14+
15+ ## [ 1.10.2] ( https://github.com/bunq/sdk_python/tree/1.10.2 ) (2019-05-22)
16+ [ Full Changelog] ( https://github.com/bunq/sdk_python/compare/1.10.1...1.10.2 )
617
718** Closed issues:**
819
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class ApiClient(object):
4949 HEADER_RESPONSE_ID_LOWER_CASED = 'x-bunq-client-response-id'
5050
5151 # Default header values
52- _USER_AGENT_BUNQ = 'bunq-sdk-python/1.10.2 '
52+ _USER_AGENT_BUNQ = 'bunq-sdk-python/1.10.16 '
5353 _GEOLOCATION_ZERO = '0 0 0 0 NL'
5454 _LANGUAGE_EN_US = 'en_US'
5555 _REGION_NL_NL = 'nl_NL'
You can’t perform that action at this time.
0 commit comments