From 9fc5daa8d686370368147618d617d28546a57c1f Mon Sep 17 00:00:00 2001 From: darker Date: Fri, 2 Dec 2022 14:39:35 +0100 Subject: [PATCH] chore: v4.1.0 (#803) Co-authored-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 617ab1c51..84afa6cfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +### [4.1.0] 2022-12-02 + ### Changed - Feat: The connector `GoogleSheets` datasource now has an option called `Dates as Floats`, to see date time columns as strings or float when reading the sheet. diff --git a/pyproject.toml b/pyproject.toml index 03183232c..dc2e532d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ multi_line_output = 3 [tool.poetry] name = "toucan-connectors" -version = "4.0.0" +version = "4.1.0" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD" diff --git a/sonar-project.properties b/sonar-project.properties index 7d94bb826..a361458a5 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.0.0 +sonar.projectVersion=4.1.0 sonar.python.version=3.10 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.