Skip to content

Commit 5eb0043

Browse files
author
Konstantin Yakushev
committed
Merge branch 'release/1.10.2'
2 parents 9cd5125 + 65ae7ae commit 5eb0043

File tree

6 files changed

+2523
-533
lines changed

6 files changed

+2523
-533
lines changed

CHANGELOG.md

Lines changed: 50 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,43 @@
11
# Change Log
22

3-
## [Unreleased](https://github.com/bunq/sdk_python/tree/1.0.0)
3+
## [Unreleased](https://github.com/bunq/sdk_python/tree/HEAD)
44

5-
[Full Changelog](https://github.com/bunq/sdk_python/compare/0.13.1...1.0.0)
5+
[Full Changelog](https://github.com/bunq/sdk_python/compare/1.10.1...HEAD)
66

77
**Closed issues:**
88

9-
- Update Sandbox API key procedure [\#100](https://github.com/bunq/sdk_python/issues/100)
9+
- MonetaryAccountJoint.list not availeble [\#112](https://github.com/bunq/sdk_python/issues/112)
10+
11+
## [1.10.1](https://github.com/bunq/sdk_python/tree/1.10.1) (2019-03-22)
12+
[Full Changelog](https://github.com/bunq/sdk_python/compare/1.10.0...1.10.1)
13+
14+
## [1.10.0](https://github.com/bunq/sdk_python/tree/1.10.0) (2019-03-22)
15+
[Full Changelog](https://github.com/bunq/sdk_python/compare/1.1.0...1.10.0)
16+
17+
**Closed issues:**
18+
19+
- Minimum Python version to 3.5.3 [\#108](https://github.com/bunq/sdk_python/issues/108)
1020

1121
**Merged pull requests:**
1222

13-
- Oauth bunq/sdk\_python\#102 [\#103](https://github.com/bunq/sdk_python/pull/103) ([OGKevin](https://github.com/OGKevin))
14-
- Update Sandbox API key procedure. \(bunq/sdk\_python\#100\) [\#101](https://github.com/bunq/sdk_python/pull/101) ([sandervdo](https://github.com/sandervdo))
23+
- Edits to allow Python 3.5.3 as minimum [\#109](https://github.com/bunq/sdk_python/pull/109) ([eavanvalkenburg](https://github.com/eavanvalkenburg))
1524

16-
## [0.13.1](https://github.com/bunq/sdk_python/tree/0.13.1) (2018-05-30)
17-
[Full Changelog](https://github.com/bunq/sdk_python/compare/0.13.0...0.13.1)
25+
## [1.1.0](https://github.com/bunq/sdk_python/tree/1.1.0) (2018-10-05)
26+
[Full Changelog](https://github.com/bunq/sdk_python/compare/1.0.1...1.1.0)
27+
28+
**Closed issues:**
29+
30+
- Setting the Status of ShareInviteBankInquiry to ACCEPTED causes error at reciver [\#105](https://github.com/bunq/sdk_python/issues/105)
31+
32+
**Merged pull requests:**
33+
34+
- Bunq/sdk\_python\#78/remove config dep [\#106](https://github.com/bunq/sdk_python/pull/106) ([OGKevin](https://github.com/OGKevin))
35+
36+
## [1.0.1](https://github.com/bunq/sdk_python/tree/1.0.1) (2018-09-01)
37+
[Full Changelog](https://github.com/bunq/sdk_python/compare/1.0.0...1.0.1)
38+
39+
## [1.0.0](https://github.com/bunq/sdk_python/tree/1.0.0) (2018-07-24)
40+
[Full Changelog](https://github.com/bunq/sdk_python/compare/0.13.1...1.0.0)
1841

1942
**Implemented enhancements:**
2043

@@ -37,17 +60,13 @@
3760

3861
**Closed issues:**
3962

40-
- Bunq sdk release request [\#97](https://github.com/bunq/sdk_python/issues/97)
41-
- reopening of question \#12 generated.Payment.FIELD\_COUNTERPARTY\_ALIAS not working with IBAN [\#96](https://github.com/bunq/sdk_python/issues/96)
42-
- Update samples and readme [\#93](https://github.com/bunq/sdk_python/issues/93)
43-
- bunq.sdk.exception.BunqException: ApiContext has not been loaded. Please load ApiContext in BunqContext [\#92](https://github.com/bunq/sdk_python/issues/92)
44-
- Sample for reading/using shared accounts [\#90](https://github.com/bunq/sdk_python/issues/90)
63+
- Update Sandbox API key procedure [\#100](https://github.com/bunq/sdk_python/issues/100)
4564
- Python 3.4.2: ImportError: cannot import name 'context' \(cyclic import?\) [\#73](https://github.com/bunq/sdk_python/issues/73)
46-
- Add oath support. [\#102](https://github.com/bunq/sdk_python/issues/102)
47-
- Move to new sandbox env. [\#98](https://github.com/bunq/sdk_python/issues/98)
4865

4966
**Merged pull requests:**
5067

68+
- Oauth bunq/sdk\_python\#102 [\#103](https://github.com/bunq/sdk_python/pull/103) ([OGKevin](https://github.com/OGKevin))
69+
- Update Sandbox API key procedure. \(bunq/sdk\_python\#100\) [\#101](https://github.com/bunq/sdk_python/pull/101) ([sandervdo](https://github.com/sandervdo))
5170
- Updated readme to point to tinker for examples. \(bunq/sdk\_python\#87\) [\#95](https://github.com/bunq/sdk_python/pull/95) ([OGKevin](https://github.com/OGKevin))
5271
- Fix monetary account joint retrieval bunq/sdk\_python\#52 [\#94](https://github.com/bunq/sdk_python/pull/94) ([OGKevin](https://github.com/OGKevin))
5372
- Fix supperfouls fields error bunq/sdk\_python\#77 [\#91](https://github.com/bunq/sdk_python/pull/91) ([OGKevin](https://github.com/OGKevin))
@@ -56,6 +75,22 @@
5675
- Replace examples with tinker bunq/sdk\_pyhton\#68 [\#84](https://github.com/bunq/sdk_python/pull/84) ([OGKevin](https://github.com/OGKevin))
5776
- Use ValueError isntead of JsonDecodeError. \(bunq/sdk\_python\#72\) [\#83](https://github.com/bunq/sdk_python/pull/83) ([OGKevin](https://github.com/OGKevin))
5877
- Optimise test framework auto topup bunq/sdk\_python\#78 [\#81](https://github.com/bunq/sdk_python/pull/81) ([OGKevin](https://github.com/OGKevin))
78+
79+
## [0.13.1](https://github.com/bunq/sdk_python/tree/0.13.1) (2018-05-30)
80+
[Full Changelog](https://github.com/bunq/sdk_python/compare/0.13.0...0.13.1)
81+
82+
**Closed issues:**
83+
84+
- Bunq sdk release request [\#97](https://github.com/bunq/sdk_python/issues/97)
85+
- reopening of question \#12 generated.Payment.FIELD\_COUNTERPARTY\_ALIAS not working with IBAN [\#96](https://github.com/bunq/sdk_python/issues/96)
86+
- Update samples and readme [\#93](https://github.com/bunq/sdk_python/issues/93)
87+
- bunq.sdk.exception.BunqException: ApiContext has not been loaded. Please load ApiContext in BunqContext [\#92](https://github.com/bunq/sdk_python/issues/92)
88+
- Sample for reading/using shared accounts [\#90](https://github.com/bunq/sdk_python/issues/90)
89+
- Add oath support. [\#102](https://github.com/bunq/sdk_python/issues/102)
90+
- Move to new sandbox env. [\#98](https://github.com/bunq/sdk_python/issues/98)
91+
92+
**Merged pull requests:**
93+
5994
- Move to new sandbox bunq/sdk\_python\#98 [\#99](https://github.com/bunq/sdk_python/pull/99) ([OGKevin](https://github.com/OGKevin))
6095

6196
## [0.13.0](https://github.com/bunq/sdk_python/tree/0.13.0) (2018-03-20)
@@ -202,4 +237,4 @@
202237

203238

204239

205-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
240+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.1
1+
1.10.2

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.1'
52+
_USER_AGENT_BUNQ = 'bunq-sdk-python/1.10.2'
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)