From 842ee93b71f9cf3172c77f2620a95a0a4342c351 Mon Sep 17 00:00:00 2001 From: Eric Newcomer Date: Thu, 26 Sep 2024 17:34:49 -0700 Subject: [PATCH] Update CHANGELOG.md for v9.3.50 --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- temba/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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.