From fc391abfe6eee6eb447a40dadefa8cbc5645f9f3 Mon Sep 17 00:00:00 2001 From: Luka Peschke Date: Tue, 12 Mar 2024 11:38:57 +0100 Subject: [PATCH] chore: v6.0.0 (#1567) 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 50a3e8101..9278bbb8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [6.0.0] 2024-03-12 + ### Changed - **Breaking**: Support for Python 3.10 has been dropped. diff --git a/pyproject.toml b/pyproject.toml index b021ac932..ecfd539f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "toucan-connectors" -version = "5.3.0" +version = "6.0.0" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD" diff --git a/sonar-project.properties b/sonar-project.properties index f3880e951..751fd7655 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=5.3.0 +sonar.projectVersion=6.0.0 sonar.python.version=3.11 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.