From 2e390cc95587dc65d838a88d1b05de991ee57988 Mon Sep 17 00:00:00 2001 From: darker Date: Wed, 4 Oct 2023 10:13:00 +0200 Subject: [PATCH] chore: bump 4.9.1 to 4.9.2 (#1310) --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- sonar-project.properties | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c399a87a9..97eb796b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +### [4.9.2] 2023-10-04 + ## Fixed - Google Big Query: get project_id from connector config whatever auth mode (JWT/GoogleCreds). diff --git a/pyproject.toml b/pyproject.toml index 85b6bc4a0..0d1962db6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ multi_line_output = 3 [tool.poetry] name = "toucan-connectors" -version = "4.9.1" +version = "4.9.2" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD" diff --git a/sonar-project.properties b/sonar-project.properties index 380031e42..6a2287cb6 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=4.9.1 +sonar.projectVersion=4.9.2 sonar.python.version=3.11 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.