File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 145
145
146
146
147
147
148
- \* * This Change Log was automatically generated by [ github_changelog_generator] ( https://github.com/skywinder/Github-Changelog-Generator ) *
148
+ \* * This Change Log was automatically generated by [ github_changelog_generator] ( https://github.com/skywinder/Github-Changelog-Generator ) *
Original file line number Diff line number Diff line change 1
- 0.12.4
1
+ 0.13.0
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class ApiClient(object):
50
50
HEADER_RESPONSE_ID_LOWER_CASED = 'x-bunq-client-response-id'
51
51
52
52
# Default header values
53
- _USER_AGENT_BUNQ = 'bunq-sdk-python/0.12.4 '
53
+ _USER_AGENT_BUNQ = 'bunq-sdk-python/0.13.0 '
54
54
_GEOLOCATION_ZERO = '0 0 0 0 NL'
55
55
_LANGUAGE_EN_US = 'en_US'
56
56
_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.4 ' ,
27
+ version = '0.13.0 ' ,
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