diff --git a/CHANGELOG.md b/CHANGELOG.md index fbafe644a..d5fac61dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog (Pypi package) -## Unreleased +### [4.9.3] 2023-10-20 ## Fixed diff --git a/pyproject.toml b/pyproject.toml index 57605dae8..fc2d02fae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ multi_line_output = 3 [tool.poetry] name = "toucan-connectors" -version = "4.9.2" +version = "4.9.3" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD" diff --git a/sonar-project.properties b/sonar-project.properties index 6a2287cb6..330d91478 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.2 +sonar.projectVersion=4.9.3 sonar.python.version=3.11 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.