From dc3fc0c7db69b42502ce92289f6183f04ebbadf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:46:19 +0100 Subject: [PATCH] Release 3.1.3 (#175) - Updates accounts, payment sessions - Updates account holder APMs - Updates sessions properties - Improves CheckoutApiException - Deletes duplicate properties and update types - Fixes and updates tests --- 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 613a33f..976c1c8 100644 --- a/checkout_sdk/properties.py +++ b/checkout_sdk/properties.py @@ -1 +1 @@ -VERSION = "3.1.2" +VERSION = "3.1.3"