Skip to content

Commit b54e566

Browse files
committed
Update Version Number to Candidate for 2.11.0
1 parent 9d2d1fe commit b54e566

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sonar-project.properties

Lines changed: 1 addition & 1 deletion
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.10.1
5+
sonar.projectVersion = 2.11.0
66
sonar.exclusions = yoti_python_sdk/tests/**,examples/**,yoti_python_sdk/protobuf/**/*
77

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

yoti_python_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "2.10.1"
2+
__version__ = "2.11.0"

0 commit comments

Comments
 (0)