diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f1cde9608..f3fefe594c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v9.1.140 (2024-06-12) +------------------------- + * Really actually fix template attachments for real + v9.1.139 (2024-06-11) ------------------------- * Fix split issue for template editor diff --git a/pyproject.toml b/pyproject.toml index bbbe0361f28..4465030af4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "temba" -version = "9.1.139" +version = "9.1.140" description = "Hosted service for visually building interactive messaging applications" authors = ["Nyaruka "] diff --git a/temba/__init__.py b/temba/__init__.py index 28eec1a1c74..064bd5b9ea1 100644 --- a/temba/__init__.py +++ b/temba/__init__.py @@ -1,4 +1,4 @@ -__version__ = "9.1.139" +__version__ = "9.1.140" # This will make sure the app is always imported when # Django starts so that shared_task will use this app.