diff --git a/CHANGELOG.md b/CHANGELOG.md index eca437928..107b2143a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [3.23.31] 2024-06-21 + ### Fix - OracleSQL: Fix jinja templates and test string fixtures diff --git a/pyproject.toml b/pyproject.toml index 86d6aad6f..98e47504d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ multi_line_output = 3 [tool.poetry] name = "toucan-connectors" -version = "3.23.30" +version = "3.23.31" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD" diff --git a/sonar-project.properties b/sonar-project.properties index c197096f0..5371883f4 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.30 +sonar.projectVersion=3.23.31 sonar.python.version=3.10 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.