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 2
2
3
3
## [ Unreleased] ( https://github.com/bunq/sdk_python/tree/HEAD )
4
4
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 )
6
17
7
18
** Closed issues:**
8
19
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class ApiClient(object):
49
49
HEADER_RESPONSE_ID_LOWER_CASED = 'x-bunq-client-response-id'
50
50
51
51
# Default header values
52
- _USER_AGENT_BUNQ = 'bunq-sdk-python/1.10.2 '
52
+ _USER_AGENT_BUNQ = 'bunq-sdk-python/1.10.16 '
53
53
_GEOLOCATION_ZERO = '0 0 0 0 NL'
54
54
_LANGUAGE_EN_US = 'en_US'
55
55
_REGION_NL_NL = 'nl_NL'
You can’t perform that action at this time.
0 commit comments