Skip to content

Commit

Permalink
Version bump to 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvandegroes committed Feb 21, 2020
1 parent 5ed7fbe commit 05c9688
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.0
1.13.1
2 changes: 1 addition & 1 deletion bunq/sdk/http/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class ApiClient:
HEADER_RESPONSE_ID_LOWER_CASED = 'x-bunq-client-response-id'

# Default header values
USER_AGENT_BUNQ = 'bunq-sdk-python/1.13.0'
USER_AGENT_BUNQ = 'bunq-sdk-python/1.13.1'
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 @@ -25,7 +25,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.13.0',
version='1.13.1',

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

0 comments on commit 05c9688

Please sign in to comment.