From 33c31d1762cd08ff6d2706d06b7ebe56d9ce0818 Mon Sep 17 00:00:00 2001 From: DjoykeAbyah <115019123+DjoykeAbyah@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:23:27 +0000 Subject: [PATCH] chore(release): bump to 13.2.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 9653ae9..e18a73b 100644 --- a/Adyen/settings.py +++ b/Adyen/settings.py @@ -1,2 +1,2 @@ LIB_NAME = "adyen-python-api-library" -LIB_VERSION = "13.1.0" +LIB_VERSION = "13.2.0" diff --git a/VERSION b/VERSION index e6ba351..67aee23 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.1.0 +13.2.0 diff --git a/setup.py b/setup.py index 2c1c0e2..77535e1 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='Adyen', packages=find_packages(include=["Adyen*"], exclude=["tests", "tests.*"]), - version='13.1.0', + version='13.2.0', maintainer='Adyen', maintainer_email='support@adyen.com', description='Adyen Python Api',