Skip to content

Commit

Permalink
Merge tag '1.1.0' into develop
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
Konstantin Yakushev committed Oct 5, 2018
2 parents 33d107b + c4c546a commit 8b102ad
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 23 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.1.0
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.0.0'
_USER_AGENT_BUNQ = 'bunq-sdk-python/1.1.0'
_GEOLOCATION_ZERO = '0 0 0 0 NL'
_LANGUAGE_EN_US = 'en_US'
_REGION_NL_NL = 'nl_NL'
Expand Down
Loading

0 comments on commit 8b102ad

Please sign in to comment.