We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141e0ba commit 4bea519Copy full SHA for 4bea519
Adyen/settings.py
@@ -9,5 +9,5 @@
9
API_RECURRING_VERSION = "v25"
10
API_PAYMENT_VERSION = "v49"
11
API_PAYOUT_VERSION = "v30"
12
-LIB_VERSION = "2.2.0"
+LIB_VERSION = "2.3.0"
13
LIB_NAME = "adyen-python-api-library"
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name='Adyen',
5
packages=['Adyen'],
6
- version='2.2.0',
+ version='2.3.0',
7
maintainer='Adyen',
8
maintainer_email='support@adyen.com',
description='Adyen Python Api',
0 commit comments