Skip to content

Commit

Permalink
Merge pull request #401 from getyoti/SDK-2267-python-update-dependencies
Browse files Browse the repository at this point in the history
Sdk 2267 python update dependencies
  • Loading branch information
mehmet-yoti authored Feb 22, 2023
2 parents 1ee5612 + a0a07ce commit 860b114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion yoti_python_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "2.14.1"
__version__ = "2.14.2"

0 comments on commit 860b114

Please sign in to comment.