Skip to content

Commit

Permalink
Hotfix 2.11.1: Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBurtyyy committed Apr 27, 2020
1 parent 488853b commit 145edfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[run]
omit =
yoti_python_sdk/version.py
yoti_python_sdk/tests/**
yoti_python_sdk/protobuf/**/*
examples/**
Expand Down
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.0
sonar.projectVersion = 2.11.1
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.0"
__version__ = "2.11.1"

0 comments on commit 145edfd

Please sign in to comment.