Skip to content

Commit fc6b868

Browse files
committed
Merge branch 'release/1.10.16'
2 parents 5eb0043 + 0ff3f60 commit fc6b868

File tree

5 files changed

+2263
-2911
lines changed

5 files changed

+2263
-2911
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22

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

5-
[Full Changelog](https://github.com/bunq/sdk_python/compare/1.10.1...HEAD)
5+
[Full Changelog](https://github.com/bunq/sdk_python/compare/1.10.2...HEAD)
6+
7+
**Closed issues:**
8+
9+
- Fix README.md preventing from uploading a new version of sdk [\#113](https://github.com/bunq/sdk_python/issues/113)
10+
11+
**Merged pull requests:**
12+
13+
- Markdown fix. \(bunq/sdk\_python\#113\) [\#114](https://github.com/bunq/sdk_python/pull/114) ([kojoru](https://github.com/kojoru))
14+
15+
## [1.10.2](https://github.com/bunq/sdk_python/tree/1.10.2) (2019-05-22)
16+
[Full Changelog](https://github.com/bunq/sdk_python/compare/1.10.1...1.10.2)
617

718
**Closed issues:**
819

bunq/sdk/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class ApiClient(object):
4949
HEADER_RESPONSE_ID_LOWER_CASED = 'x-bunq-client-response-id'
5050

5151
# Default header values
52-
_USER_AGENT_BUNQ = 'bunq-sdk-python/1.10.2'
52+
_USER_AGENT_BUNQ = 'bunq-sdk-python/1.10.16'
5353
_GEOLOCATION_ZERO = '0 0 0 0 NL'
5454
_LANGUAGE_EN_US = 'en_US'
5555
_REGION_NL_NL = 'nl_NL'

0 commit comments

Comments
 (0)