From 043ce62e9458550e255e0ed4e900f03589e22418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Thu, 17 Sep 2026 15:52:59 +0200 Subject: [PATCH] Release 4.3.0 - Add PaymentSetup accommodation/airline fields - Fix payment setups industry date fields (check_in_date, check_out_date, etc.) serializing as timestamps instead of dates --- 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 f045f1af..12865f49 100644 --- a/checkout_sdk/properties.py +++ b/checkout_sdk/properties.py @@ -1 +1 @@ -VERSION = "4.2.1" +VERSION = "4.3.0"