diff --git a/CHANGELOG.md b/CHANGELOG.md index 583bdd197..0dd09662b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog (Pypi package) +## [3.23.26] 2024-01-23 + ### Changed - Google Big Query: A simple status check that validates the private key's format has been implemented diff --git a/pyproject.toml b/pyproject.toml index 4129a5760..5612cf918 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ multi_line_output = 3 [tool.poetry] name = "toucan-connectors" -version = "3.23.25" +version = "3.23.26" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD" diff --git a/sonar-project.properties b/sonar-project.properties index 4a27f5cf6..52351c7cc 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=toucantoco # This is the name and version displayed in the SonarCloud UI. sonar.projectName=Toucan Connectors -sonar.projectVersion=3.23.25 +sonar.projectVersion=3.23.26 sonar.python.version=3.10 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.