Skip to content

Commit 30572b9

Browse files
committed
Bump the version 5.0.0
1 parent 2f7c78c commit 30572b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Adyen/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
API_RECURRING_VERSION = "v49"
1313
API_PAYMENT_VERSION = "v64"
1414
API_PAYOUT_VERSION = "v64"
15-
LIB_VERSION = "4.0.0"
15+
LIB_VERSION = "5.0.0"
1616
LIB_NAME = "adyen-python-api-library"

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='4.0.0',
6+
version='5.0.0',
77
maintainer='Adyen',
88
maintainer_email='support@adyen.com',
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': '4.0.0',
100+
u'version': '5.0.0',
101101
u'name': 'adyen-python-api-library'
102102
}
103103
},

0 commit comments

Comments
 (0)