From 3eed196bc6390a00b073803fd2dc1106a67388e7 Mon Sep 17 00:00:00 2001 From: Julien Pinchelimouroux Date: Wed, 6 Nov 2024 17:18:09 +0100 Subject: [PATCH] chore: bump toucan-connectors to v7.2.0 (#1811) * chore: bump toucan-connectors to v7.2.0 --- 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 92ef6f5b8..e3c832c72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [7.2.0] 2024-11-06 + ### Fix - HTTP API: API results are now correctly merged even if they need to be filtered or flattened. diff --git a/pyproject.toml b/pyproject.toml index d20a7beff..fce399c01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "toucan-connectors" -version = "7.1.1" +version = "7.2.0" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD" diff --git a/sonar-project.properties b/sonar-project.properties index 0359ef115..33082c702 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.1.1 +sonar.projectVersion=7.2.0 sonar.python.version=3.11 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.