Skip to content

Commit 59c38a5

Browse files
authored
Merge pull request #174 from Adyen/bump-version
Bump versions 7.1.1
2 parents 7e50bc1 + 548d224 commit 59c38a5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Adyen/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
API_PAYMENT_VERSION = "v64"
1515
API_PAYOUT_VERSION = "v64"
1616
API_TERMINAL_VERSION = "v1"
17-
LIB_VERSION = "7.1.0"
17+
LIB_VERSION = "7.1.1"
1818
LIB_NAME = "adyen-python-api-library"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Adyen APIs Library for Python
22

3-
[![version](https://img.shields.io/badge/version-7.1.0-blue.svg)](https://docs.adyen.com/development-resources/libraries)
3+
[![version](https://img.shields.io/badge/version-7.1.1-blue.svg)](https://docs.adyen.com/development-resources/libraries)
44

55
This is the officially supported Python library for using Adyen's APIs.
66

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name='Adyen',
55
packages=['Adyen'],
6-
version='7.1.0',
6+
version='7.1.1',
77
maintainer='Adyen',
88
maintainer_email='[email protected]',
99
description='Adyen Python Api',

test/CheckoutTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def test_payments_error_mocked(self):
9797
'returnUrl': 'https://your-company.com/...',
9898
u'applicationInfo': {
9999
u'adyenLibrary': {
100-
u'version': '7.1.0',
100+
u'version': '7.1.1',
101101
u'name': 'adyen-python-api-library'
102102
}
103103
},

0 commit comments

Comments
 (0)