File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414API_PAYMENT_VERSION = "v64"
1515API_PAYOUT_VERSION = "v64"
1616API_TERMINAL_VERSION = "v1"
17- LIB_VERSION = "7.1.0 "
17+ LIB_VERSION = "7.1.1 "
1818LIB_NAME = "adyen-python-api-library"
Original file line number Diff line number Diff line change 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
55This is the officially supported Python library for using Adyen's APIs.
66
Original file line number Diff line number Diff line change 33setup (
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' ,
Original file line number Diff line number Diff 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 },
You can’t perform that action at this time.
0 commit comments