diff --git a/CHANGELOG.md b/CHANGELOG.md index ac6b31665d6..cc8740f1414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v9.3.38 (2024-09-14) +------------------------- + * Add flow start progress bar + v9.3.37 (2024-09-13) ------------------------- * Fix import read page title diff --git a/pyproject.toml b/pyproject.toml index f3e351a7fa3..d67bf033bef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "temba" -version = "9.3.37" +version = "9.3.38" description = "Hosted service for visually building interactive messaging applications" authors = ["Nyaruka "] diff --git a/temba/__init__.py b/temba/__init__.py index 20aa33c1409..a42f7f9af52 100644 --- a/temba/__init__.py +++ b/temba/__init__.py @@ -1,4 +1,4 @@ -__version__ = "9.3.37" +__version__ = "9.3.38" # This will make sure the app is always imported when # Django starts so that shared_task will use this app.