Skip to content

Commit cfebf62

Browse files
committed
Version bump to 1.14.1.
1 parent ce3e89b commit cfebf62

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[//]: # (If there is a traceback please share it in a quote! You can do this by pasting the traceback text, highlighting it and pressing the quote button.)
1212

1313
## SDK version and environment
14-
- Tested on [1.14.0](https://github.com/bunq/sdk_python/releases/tag/1.14.0)
14+
- Tested on [1.14.1](https://github.com/bunq/sdk_python/releases/tag/1.14.1)
1515
- [ ] Sandbox
1616
- [ ] Production
1717

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.14.0
1+
1.14.1

bunq/sdk/http/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class ApiClient:
5959
HEADER_RESPONSE_ID_LOWER_CASED = 'x-bunq-client-response-id'
6060

6161
# Default header values
62-
USER_AGENT_BUNQ = 'bunq-sdk-python/1.14.0'
62+
USER_AGENT_BUNQ = 'bunq-sdk-python/1.14.1'
6363
GEOLOCATION_ZERO = '0 0 0 0 NL'
6464
LANGUAGE_EN_US = 'en_US'
6565
REGION_NL_NL = 'nl_NL'

setup.py

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

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

0 commit comments

Comments
 (0)