From 3804bcd37fad47c88a9ce450075184b871a75d6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Matigot?= Date: Thu, 1 Aug 2024 14:47:06 +0200 Subject: [PATCH] chore: v6.5.0 (#1722) --- 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 e49fddcda..d980e5e3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [6.5.0] 2024-07-31 + ### Changed - Hubspot: added support for listing and selection of custom objects diff --git a/pyproject.toml b/pyproject.toml index 8d8fc0a3d..1359b2d34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "toucan-connectors" -version = "6.4.0" +version = "6.5.0" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD" diff --git a/sonar-project.properties b/sonar-project.properties index efd59cb1c..cda9c1d2e 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=6.4.0 +sonar.projectVersion=6.5.0 sonar.python.version=3.11 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.