File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- 0.9 .0
1
+ 0.10 .0
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class ApiClient(object):
35
35
HEADER_AUTHENTICATION = 'X-Bunq-Client-Authentication'
36
36
37
37
# Default header values
38
- _USER_AGENT_BUNQ = 'bunq-sdk-python/0.9.1 '
38
+ _USER_AGENT_BUNQ = 'bunq-sdk-python/0.10.0 '
39
39
_GEOLOCATION_ZERO = '0 0 0 0 NL'
40
40
_LANGUAGE_EN_US = 'en_US'
41
41
_REGION_NL_NL = 'nl_NL'
Original file line number Diff line number Diff line change 24
24
# Versions should comply with PEP440. For a discussion on single-sourcing
25
25
# the version across setup.py and the project code, see
26
26
# https://packaging.python.org/en/latest/single_source_version.html
27
- version = '0.9.1 ' ,
27
+ version = '0.10.0 ' ,
28
28
29
29
description = 'bunq Python SDK' ,
30
30
long_description = long_description ,
Original file line number Diff line number Diff line change 1
1
# bunq Python SDK
2
- Version 0.9.0 ** BETA**
3
2
4
3
## Introduction
5
4
Hi developers!
You can’t perform that action at this time.
0 commit comments