From e6a288fdc8013dabb770256bac8b4108914cd0e1 Mon Sep 17 00:00:00 2001 From: gcatanese <1771700+gcatanese@users.noreply.github.com> Date: Thu, 30 Oct 2025 15:47:21 +0000 Subject: [PATCH] chore(release): bump to 14.0.0 --- Adyen/settings.py | 2 +- VERSION | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Adyen/settings.py b/Adyen/settings.py index 0d3ad29..681d8c6 100644 --- a/Adyen/settings.py +++ b/Adyen/settings.py @@ -1,2 +1,2 @@ LIB_NAME = "adyen-python-api-library" -LIB_VERSION = "13.6.0" +LIB_VERSION = "14.0.0" diff --git a/VERSION b/VERSION index fc9c00c..4b964e9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.6.0 +14.0.0 diff --git a/setup.py b/setup.py index 3b0f665..f566ba6 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='Adyen', packages=find_packages(include=["Adyen*"], exclude=["tests", "tests.*"]), - version='13.6.0', + version='14.0.0', maintainer='Adyen', maintainer_email='support@adyen.com', description='Adyen Python Api',