From 3db5d719ca25531d5f2728566c2194a92cdfb4a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Tue, 5 Sep 2023 15:23:07 +0200 Subject: [PATCH] Release 3.0.14 - Adds missing properties. Fix tests - Adds CodeQL workflow --- 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 863eaa1..3ec78cf 100644 --- a/checkout_sdk/properties.py +++ b/checkout_sdk/properties.py @@ -1 +1 @@ -VERSION = "3.0.13" +VERSION = "3.0.14"