From 3c1bdbe2e99b80191dafbaf348fe7c9560f61e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:47:21 +0100 Subject: [PATCH] Release 3.0.21 (#157) - Adds compiled submitted evidence endpoint to disputes - Update onboard sub-entity request - Update non hosted completion properties - Update payment contexts - Update financial details - Update hosted payment request with disabled payment methods - Fix 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 5fffc52..c842c7c 100644 --- a/checkout_sdk/properties.py +++ b/checkout_sdk/properties.py @@ -1 +1 @@ -VERSION = "3.0.20" +VERSION = "3.0.21"