From b34b4cadf58f967319dad80b08201f159d5a0227 Mon Sep 17 00:00:00 2001 From: Rowan Seymour Date: Wed, 9 Oct 2024 16:56:13 -0500 Subject: [PATCH] Update CHANGELOG.md for v9.3.64 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- temba/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dbc77cca0..b7d9bb9fb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +v9.3.64 (2024-10-09) +------------------------- + * Fix modal for deleting a shortcut + * Tweak list view templates for consistency + * Data migration to tweak names of existing status groups + v9.3.63 (2024-10-09) ------------------------- * Create status groups with invalid names to avoid conflicts with real group names diff --git a/pyproject.toml b/pyproject.toml index ccab45c33c..8cf86157b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "temba" -version = "9.3.63" +version = "9.3.64" description = "Hosted service for visually building interactive messaging applications" authors = ["Nyaruka "] diff --git a/temba/__init__.py b/temba/__init__.py index 0e80557075..fd6d62108d 100644 --- a/temba/__init__.py +++ b/temba/__init__.py @@ -1,4 +1,4 @@ -__version__ = "9.3.63" +__version__ = "9.3.64" # This will make sure the app is always imported when # Django starts so that shared_task will use this app.