Skip to content

Commit

Permalink
Version bump to 1.10.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrederoos committed Jun 17, 2019
1 parent 292de47 commit 0ff3f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bunq/sdk/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class ApiClient(object):
HEADER_RESPONSE_ID_LOWER_CASED = 'x-bunq-client-response-id'

# Default header values
_USER_AGENT_BUNQ = 'bunq-sdk-python/1.10.2'
_USER_AGENT_BUNQ = 'bunq-sdk-python/1.10.16'
_GEOLOCATION_ZERO = '0 0 0 0 NL'
_LANGUAGE_EN_US = 'en_US'
_REGION_NL_NL = 'nl_NL'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.10.2',
version='1.10.16',

description='bunq Python SDK',
long_description=long_description,
Expand Down

0 comments on commit 0ff3f60

Please sign in to comment.