From 6351a36fe8efd92abdc14fc6b48ed5ad7b780daf 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, 14 Nov 2025 12:11:22 +0100 Subject: [PATCH] Release 3.4.3 - feat: add PayLater payment type and remittance reference to PaymentInstruction --- 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 8ad8a67..ba3f5b1 100644 --- a/checkout_sdk/properties.py +++ b/checkout_sdk/properties.py @@ -1 +1 @@ -VERSION = "3.4.2" +VERSION = "3.4.3"