From 9e87bb0fddb53b085f9d8a84dd1023c4bccf527d Mon Sep 17 00:00:00 2001 From: gcatanese <1771700+gcatanese@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:39:58 +0000 Subject: [PATCH] chore(release): bump to 12.7.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 6ed215d..9c0f3af 100644 --- a/Adyen/settings.py +++ b/Adyen/settings.py @@ -1,2 +1,2 @@ LIB_NAME = "adyen-python-api-library" -LIB_VERSION = "12.7.0" +LIB_VERSION = "12.7.1" diff --git a/VERSION b/VERSION index e12d94f..86270ea 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.7.0 +12.7.1 diff --git a/setup.py b/setup.py index f3244fb..ae15486 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='Adyen', packages=find_packages(include="Adyen*"), - version='12.7.0', + version='12.7.1', maintainer='Adyen', maintainer_email='support@adyen.com', description='Adyen Python Api',