From 985842bc309429eff5e797a7f8b04cf7e6fb3cc5 Mon Sep 17 00:00:00 2001 From: jillingk <93914435+jillingk@users.noreply.github.com> Date: Fri, 14 Jun 2024 17:33:15 +0000 Subject: [PATCH] chore(release): bump to 12.5.1 --- 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 eb25802..6bc5e5c 100644 --- a/Adyen/settings.py +++ b/Adyen/settings.py @@ -1,2 +1,2 @@ LIB_NAME = "adyen-python-api-library" -LIB_VERSION = "12.5.0" +LIB_VERSION = "12.5.1" diff --git a/VERSION b/VERSION index b7d7205..2b4b4d7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.5.0 +12.5.1 diff --git a/setup.py b/setup.py index 64a1554..c857f6f 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='Adyen', packages=find_packages(include="Adyen*"), - version='12.5.0', + version='12.5.1', maintainer='Adyen', maintainer_email='support@adyen.com', description='Adyen Python Api',