We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5d8c8 commit e2899c9Copy full SHA for e2899c9
sonar-project.properties
@@ -1,6 +1,6 @@
1
sonar.projectKey = yoti-web-sdk:python
2
sonar.projectName = python-sdk
3
-sonar.projectVersion = 2.9.2
+sonar.projectVersion = 2.10.0
4
sonar.exclusions=yoti_python_sdk/tests/**,examples/**
5
6
sonar.python.pylint.reportPath=coverage.out
yoti_python_sdk/version.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
-__version__ = "2.9.2"
+__version__ = "2.10.0"
0 commit comments