File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- 0.12.0
1
+ 0.12.2
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class ApiClient(object):
41
41
HEADER_AUTHENTICATION = 'X-Bunq-Client-Authentication'
42
42
43
43
# Default header values
44
- _USER_AGENT_BUNQ = 'bunq-sdk-python/0.12.0 '
44
+ _USER_AGENT_BUNQ = 'bunq-sdk-python/0.12.2 '
45
45
_GEOLOCATION_ZERO = '0 0 0 0 NL'
46
46
_LANGUAGE_EN_US = 'en_US'
47
47
_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.12.0 ' ,
27
+ version = '0.12.2 ' ,
28
28
29
29
description = 'bunq Python SDK' ,
30
30
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments