From 751149f45a881e1b353eee7971825375d5b46b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Fri, 3 Jul 2026 12:44:33 +0200 Subject: [PATCH] Release 3.10.0 - Align SDK with 2026-06-29 API changes (Issuing, Payment Setups, Platforms ACH) (#218) - feat: add authorization_type and payment_plan to payment request classes (#213) --- checkout_sdk/properties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkout_sdk/properties.py b/checkout_sdk/properties.py index f190c7c..71960e3 100644 --- a/checkout_sdk/properties.py +++ b/checkout_sdk/properties.py @@ -1 +1 @@ -VERSION = "3.9.1" +VERSION = "3.10.0"