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.
2 parents 733ef45 + 8a9ad03 commit 30f1742Copy full SHA for 30f1742
Adyen/settings.py
@@ -1,2 +1,2 @@
1
LIB_NAME = "adyen-python-api-library"
2
-LIB_VERSION = "12.5.1"
+LIB_VERSION = "12.6.0"
VERSION
@@ -1 +1 @@
-12.5.1
+12.6.0
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name='Adyen',
5
packages=find_packages(include="Adyen*"),
6
- version='12.5.1',
+ version='12.6.0',
7
maintainer='Adyen',
8
maintainer_email='support@adyen.com',
9
description='Adyen Python Api',
0 commit comments