From e4e8d3212094b13226f85b2b879c5e5f723b57b6 Mon Sep 17 00:00:00 2001 From: thomasc-adyen <248008994+thomasc-adyen@users.noreply.github.com> Date: Fri, 27 Mar 2026 14:57:55 +0000 Subject: [PATCH] chore(release): bump to 15.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 681d8c66..9cdfa6b5 100644 --- a/Adyen/settings.py +++ b/Adyen/settings.py @@ -1,2 +1,2 @@ LIB_NAME = "adyen-python-api-library" -LIB_VERSION = "14.0.0" +LIB_VERSION = "15.0.0" diff --git a/VERSION b/VERSION index 4b964e96..94188a74 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.0.0 +15.0.0 diff --git a/setup.py b/setup.py index 4023465a..9242d02e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="Adyen", packages=find_packages(include=["Adyen*"], exclude=["tests", "tests.*"]), - version="14.0.0", + version="15.0.0", maintainer="Adyen", maintainer_email="support@adyen.com", description="Adyen Python Api",