From 73c03e45764071f3b2b8a61144e82ffb2655ad9b 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, 22 Dec 2023 15:19:11 +0100 Subject: [PATCH] Release 3.0.17 (#147) - Adds request and get `payment contexts` endpoints --- 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 cfd9efe..8ed7a8f 100644 --- a/checkout_sdk/properties.py +++ b/checkout_sdk/properties.py @@ -1 +1 @@ -VERSION = "3.0.16" +VERSION = "3.0.17"