diff --git a/CHANGELOG.md b/CHANGELOG.md index 85ad5154cdb..c423917b30f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v9.3.50 (2024-09-27) +------------------------- + * Add commas for broadcast message count + v9.3.49 (2024-09-26) ------------------------- * Tweak deindexing a deleted contact diff --git a/pyproject.toml b/pyproject.toml index 92d66863ab6..18df10b8b3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "temba" -version = "9.3.49" +version = "9.3.50" description = "Hosted service for visually building interactive messaging applications" authors = ["Nyaruka "] diff --git a/temba/__init__.py b/temba/__init__.py index bee8bae341e..e4d292a74b4 100644 --- a/temba/__init__.py +++ b/temba/__init__.py @@ -1,4 +1,4 @@ -__version__ = "9.3.49" +__version__ = "9.3.50" # This will make sure the app is always imported when # Django starts so that shared_task will use this app.