From 7894861b8c10ab82792e10201c878debe07b47b3 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, 31 Oct 2025 13:15:44 +0100 Subject: [PATCH] Release 3.4.1 - feat: implement complete Payment Sessions Flow integration module --- 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 84d3799..98a269b 100644 --- a/checkout_sdk/properties.py +++ b/checkout_sdk/properties.py @@ -1 +1 @@ -VERSION = "3.4.0" +VERSION = "3.4.1"