Skip to content

Commit 25c6e35

Browse files
author
Kevin Hellemun
committed
Merge branch 'release/0.13.0'
2 parents b9dc68c + e190d93 commit 25c6e35

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,4 @@
145145

146146

147147

148-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
148+
\* *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-
0.12.4
1+
0.13.0

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.12.4'
53+
_USER_AGENT_BUNQ = 'bunq-sdk-python/0.13.0'
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.12.4',
27+
version='0.13.0',
2828

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

0 commit comments

Comments
 (0)