From f788399dabfdde240b4d3c1fec39aea017620061 Mon Sep 17 00:00:00 2001 From: fspot Date: Fri, 13 Sep 2024 10:08:20 +0200 Subject: [PATCH] chore: v7.0.2 --- 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 b2c0e9a94..7d3a9d236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [7.0.2] 2024-09-13 + ### Changed - jinja templates :: expressions containing parentheses or curly braces are not limited to output diff --git a/pyproject.toml b/pyproject.toml index 0859a0ac9..85e447083 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "toucan-connectors" -version = "7.0.1" +version = "7.0.2" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD" diff --git a/sonar-project.properties b/sonar-project.properties index 59a36182a..3157df241 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.1 +sonar.projectVersion=7.0.2 sonar.python.version=3.11 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.