Skip to content

Commit

Permalink
Hotfix 2.11.2: Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBurtyyy committed May 4, 2020
1 parent 54f25af commit 867d4a7
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.11.1
sonar.projectVersion = 2.11.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.11.1"
__version__ = "2.11.2"

0 comments on commit 867d4a7

Please sign in to comment.