Skip to content

Commit 860b114

Browse files
authored
Merge pull request #401 from getyoti/SDK-2267-python-update-dependencies
Sdk 2267 python update dependencies
2 parents 1ee5612 + a0a07ce commit 860b114

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: sonar-project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sonar.host.url = https://sonarcloud.io
22
sonar.organization = getyoti
33
sonar.projectKey = getyoti:python
44
sonar.projectName = Python SDK
5-
sonar.projectVersion = 2.14.1
5+
sonar.projectVersion = 2.14.2
66
sonar.exclusions = yoti_python_sdk/tests/**,examples/**,yoti_python_sdk/protobuf/**/*
77

88
sonar.python.pylint.reportPath = coverage.out

Diff for: yoti_python_sdk/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "2.14.1"
2+
__version__ = "2.14.2"

0 commit comments

Comments
 (0)