Skip to content

Commit 22bfddf

Browse files
author
Kevin Hellemun
committed
Version bumb to 0.13.1
1 parent 0ff7c04 commit 22bfddf

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
# Change Log
22

3+
## [0.13.1](https://github.com/bunq/sdk_python/tree/0.13.1)
4+
5+
[Full Changelog](https://github.com/bunq/sdk_python/compare/0.13.0...0.13.1)
6+
7+
**Closed issues:**
8+
9+
- Move to new sandbox env. [\#98](https://github.com/bunq/sdk_python/issues/98)
10+
11+
**Merged pull requests:**
12+
13+
- Move to new sandbox bunq/sdk_python#98 [\#99](https://github.com/bunq/sdk_python/pull/99) ([OGKevin](https://github.com/OGKevin))
14+
315
## [0.13.0](https://github.com/bunq/sdk_python/tree/0.13.0) (2018-03-20)
416

5-
[Full Changelog](https://github.com/bunq/sdk_python/compare/0.12.4...HEAD)
17+
[Full Changelog](https://github.com/bunq/sdk_python/compare/0.12.4...0.13.0)
618

719
**Implemented enhancements:**
820

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.0
1+
0.13.1

bunq/sdk/client.py

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

5252
# Default header values
53-
_USER_AGENT_BUNQ = 'bunq-sdk-python/0.13.0'
53+
_USER_AGENT_BUNQ = 'bunq-sdk-python/0.13.1'
5454
_GEOLOCATION_ZERO = '0 0 0 0 NL'
5555
_LANGUAGE_EN_US = 'en_US'
5656
_REGION_NL_NL = 'nl_NL'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Versions should comply with PEP440. For a discussion on single-sourcing
2525
# the version across setup.py and the project code, see
2626
# https://packaging.python.org/en/latest/single_source_version.html
27-
version='0.13.0',
27+
version='0.13.1',
2828

2929
description='bunq Python SDK',
3030
long_description=long_description,

0 commit comments

Comments
 (0)