From f2da7012fdfa56487b50d2c1ea6e77ed32080fe8 Mon Sep 17 00:00:00 2001 From: DjoykeAbyah <115019123+DjoykeAbyah@users.noreply.github.com> Date: Thu, 15 Aug 2024 12:11:16 +0000 Subject: [PATCH] chore(release): bump to 12.6.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 6b5d559..47120cd 100644 --- a/Adyen/settings.py +++ b/Adyen/settings.py @@ -1,2 +1,2 @@ LIB_NAME = "adyen-python-api-library" -LIB_VERSION = "12.6.0" +LIB_VERSION = "12.6.1" diff --git a/VERSION b/VERSION index 062985d..1b62f91 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.6.0 +12.6.1 diff --git a/setup.py b/setup.py index fdaf940..97fa606 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='Adyen', packages=find_packages(include="Adyen*"), - version='12.6.0', + version='12.6.1', maintainer='Adyen', maintainer_email='support@adyen.com', description='Adyen Python Api',