From 16d66b25be6033f35298c13a13b5956c1d6adc85 Mon Sep 17 00:00:00 2001 From: David Nowinsky Date: Fri, 20 Oct 2023 14:19:35 +0200 Subject: [PATCH] ci: v3.23.19 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- sonar-project.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 624bfbb88..89590d03a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog (Pypi package) -## Unreleased +## [3.23.19] 2023-10-20 ## Fixed diff --git a/pyproject.toml b/pyproject.toml index f691c3dae..d6fd9ebbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ multi_line_output = 3 [tool.poetry] name = "toucan-connectors" -version = "3.23.18" +version = "3.23.19" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD" diff --git a/sonar-project.properties b/sonar-project.properties index 4d646c92d..dd49c1c5e 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.18 +sonar.projectVersion=3.23.19 sonar.python.version=3.10 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.