From e236a52fbcb7cf5a6f18221075deabe980dec2ce 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, 8 Feb 2024 18:30:18 +0100 Subject: [PATCH] Release 3.0.18 (#150) - Adds `payment sessions` support - Update `payment request` for `payment contexts` - Update `giropay` source - Update properties and 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 8ed7a8f4..9021477e 100644 --- a/checkout_sdk/properties.py +++ b/checkout_sdk/properties.py @@ -1 +1 @@ -VERSION = "3.0.17" +VERSION = "3.0.18"