From 50abcea5acfac114a136a9b112e540733456f702 Mon Sep 17 00:00:00 2001 From: mehmet-yoti Date: Wed, 22 Feb 2023 08:29:08 +0000 Subject: [PATCH 1/2] SDK-2267:version update --- yoti_python_sdk/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yoti_python_sdk/version.py b/yoti_python_sdk/version.py index e8cf2158..072a54c4 100644 --- a/yoti_python_sdk/version.py +++ b/yoti_python_sdk/version.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "2.14.1" +__version__ = "2.14.2" From a0a07ce0098a86333fda3fdfb91964fb1591e776 Mon Sep 17 00:00:00 2001 From: mehmet-yoti Date: Wed, 22 Feb 2023 08:30:43 +0000 Subject: [PATCH 2/2] SDK-2267:version update --- sonar-project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sonar-project.properties b/sonar-project.properties index e85e5860..1adb1c05 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.host.url = https://sonarcloud.io sonar.organization = getyoti sonar.projectKey = getyoti:python sonar.projectName = Python SDK -sonar.projectVersion = 2.14.1 +sonar.projectVersion = 2.14.2 sonar.exclusions = yoti_python_sdk/tests/**,examples/**,yoti_python_sdk/protobuf/**/* sonar.python.pylint.reportPath = coverage.out