diff --git a/CHANGELOG.md b/CHANGELOG.md index c018d37be7..838c1c20ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v9.3.140 (2024-12-19) +------------------------- + * Remove system check that MAILROOM_URL is set + v9.3.139 (2024-12-16) ------------------------- * Remove no longer used waiting_exits from flow inspection diff --git a/pyproject.toml b/pyproject.toml index ba484b72fe..1a56730664 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "temba" -version = "9.3.139" +version = "9.3.140" description = "Hosted service for visually building interactive messaging applications" authors = ["Nyaruka "] diff --git a/temba/__init__.py b/temba/__init__.py index b4d53f1f16..01cdf5e7c3 100644 --- a/temba/__init__.py +++ b/temba/__init__.py @@ -1,4 +1,4 @@ -__version__ = "9.3.139" +__version__ = "9.3.140" # This will make sure the app is always imported when # Django starts so that shared_task will use this app.