Skip to content

Commit

Permalink
Merge branch 'release/1.10.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrederoos committed Jun 17, 2019
2 parents 5eb0043 + 0ff3f60 commit fc6b868
Show file tree
Hide file tree
Showing 5 changed files with 2,263 additions and 2,911 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@

## [Unreleased](https://github.com/bunq/sdk_python/tree/HEAD)

[Full Changelog](https://github.com/bunq/sdk_python/compare/1.10.1...HEAD)
[Full Changelog](https://github.com/bunq/sdk_python/compare/1.10.2...HEAD)

**Closed issues:**

- Fix README.md preventing from uploading a new version of sdk [\#113](https://github.com/bunq/sdk_python/issues/113)

**Merged pull requests:**

- Markdown fix. \(bunq/sdk\_python\#113\) [\#114](https://github.com/bunq/sdk_python/pull/114) ([kojoru](https://github.com/kojoru))

## [1.10.2](https://github.com/bunq/sdk_python/tree/1.10.2) (2019-05-22)
[Full Changelog](https://github.com/bunq/sdk_python/compare/1.10.1...1.10.2)

**Closed issues:**

Expand Down
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
Loading

0 comments on commit fc6b868

Please sign in to comment.