From 28777939fcf2647f524e7e5d0aa8e58fd75c4cff Mon Sep 17 00:00:00 2001 From: Luka Peschke Date: Fri, 4 Oct 2024 13:22:10 +0200 Subject: [PATCH] chore: v7.0.3 Signed-off-by: Luka Peschke --- 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 ea39bfc05..dc67a496a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [7.0.3] 2024-10-04 + ### Fix - Google BigQuery: If the dtype of a column in the `DataFrame` returned by `_retrive_data` is `object`, diff --git a/pyproject.toml b/pyproject.toml index 85e447083..d4dec4fa7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "toucan-connectors" -version = "7.0.2" +version = "7.0.3" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD" diff --git a/sonar-project.properties b/sonar-project.properties index 3157df241..d10a09d6b 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=7.0.2 +sonar.projectVersion=7.0.3 sonar.python.version=3.11 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.