diff --git a/CHANGELOG.md b/CHANGELOG.md index b701c2ea709..03e4d2545fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v9.3.30 (2024-09-02) +------------------------- + * Import cell data value instead of formulas using data_only flag to load the workbook + v9.3.29 (2024-08-27) ------------------------- * Fix authorization code, verification, redirect URI diff --git a/pyproject.toml b/pyproject.toml index b4dac297c0f..cfbbcd759ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "temba" -version = "9.3.29" +version = "9.3.30" description = "Hosted service for visually building interactive messaging applications" authors = ["Nyaruka "] diff --git a/temba/__init__.py b/temba/__init__.py index dad85c64a84..19a98c9a9c4 100644 --- a/temba/__init__.py +++ b/temba/__init__.py @@ -1,4 +1,4 @@ -__version__ = "9.3.29" +__version__ = "9.3.30" # This will make sure the app is always imported when # Django starts so that shared_task will use this app.