From 7f9b7ad1a7eee779882ae3487319d9caa74a1b1c Mon Sep 17 00:00:00 2001 From: Rowan Seymour Date: Wed, 11 Dec 2024 16:54:14 -0500 Subject: [PATCH] Update CHANGELOG.md for v9.3.136 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- temba/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3629ad5c593..83b3b69ce9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +v9.3.136 (2024-12-11) +------------------------- + * Remove gauges from analytics abstraction + * Move cron utils to their own package + * Stop writing and squashing old message counts + * Read from new message counts + v9.3.135 (2024-12-11) ------------------------- * Data migration to backfill new message folder counts diff --git a/pyproject.toml b/pyproject.toml index b61a5e5b390..7dfd10bee2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "temba" -version = "9.3.135" +version = "9.3.136" description = "Hosted service for visually building interactive messaging applications" authors = ["Nyaruka "] diff --git a/temba/__init__.py b/temba/__init__.py index 8e801ffed6e..ab002c49195 100644 --- a/temba/__init__.py +++ b/temba/__init__.py @@ -1,4 +1,4 @@ -__version__ = "9.3.135" +__version__ = "9.3.136" # This will make sure the app is always imported when # Django starts so that shared_task will use this app.