From 18f92c9c7e452e852e33e45f71c2a191c08d0727 Mon Sep 17 00:00:00 2001 From: David Nowinsky Date: Fri, 27 Oct 2023 15:46:02 +0200 Subject: [PATCH] chore: v4.9.5 --- CHANGELOG.md | 12 +++++++++++- pyproject.toml | 2 +- sonar-project.properties | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f4c5300..4c8a8be3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog (Pypi package) -### [4.9.3] 2023-10-20 +## [4.9.5] 2023-10-27 + +### Fixed + +- Revert a change (from 4.9.3) that prevented the publication of the package on pypi + +## [4.9.4] 2023-10-27 + +### Fixed + +- Update DataBricks connector ### [4.9.2] 2023-10-04 diff --git a/pyproject.toml b/pyproject.toml index 3ff0120c1..3dcab367b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ multi_line_output = 3 [tool.poetry] name = "toucan-connectors" -version = "4.9.4" +version = "4.9.5" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD" diff --git a/sonar-project.properties b/sonar-project.properties index 92fd023de..5891994d8 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=4.9.4 +sonar.projectVersion=4.9.5 sonar.python.version=3.11 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.