diff --git a/CHANGELOG.md b/CHANGELOG.md index cea084584..1cf1b9dd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [6.7.0] 2024-09-02 + ### Changed - Postgres: Rather than being silently caught, exceptions happenning in `get_form` and `get_model` are now logged diff --git a/pyproject.toml b/pyproject.toml index d39989dcf..e78dbb049 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "toucan-connectors" -version = "6.6.0" +version = "6.7.0" description = "Toucan Toco Connectors" authors = ["Toucan Toco "] license = "BSD" diff --git a/sonar-project.properties b/sonar-project.properties index 91f2fc27e..b9b6aa56a 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=6.6.0 +sonar.projectVersion=6.7.0 sonar.python.version=3.11 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.