From 8cdd19efc67485263d9d3e086315e5988b0445a5 Mon Sep 17 00:00:00 2001 From: Luka Peschke Date: Thu, 23 May 2024 18:33:19 +0200 Subject: [PATCH] chore: v3.23.29 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 28aa388c1..80c31f6a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [3.23.29] 2024-05-23 + ### Changed - MySQL: Add an optional `charset_collation` to the connector, as PyMySQL >=1.1.0 always runs a `SET NAMES` on connection, diff --git a/pyproject.toml b/pyproject.toml index 680da72e5..d0deb8a9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ multi_line_output = 3 [tool.poetry] name = "toucan-connectors" -version = "3.23.28" +version = "3.23.29" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD" diff --git a/sonar-project.properties b/sonar-project.properties index b6404e8d8..778172ecf 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=3.23.28 +sonar.projectVersion=3.23.29 sonar.python.version=3.10 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.