From c90898a31463504668c5abf4416f55c7e629041a Mon Sep 17 00:00:00 2001 From: Rowan Seymour Date: Mon, 11 Nov 2024 17:06:25 -0500 Subject: [PATCH] Update CHANGELOG.md for v9.3.101 --- 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 47688183077..279e5c661e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +v9.3.101 (2024-11-11) +------------------------- + * Fix issues with inconsistent header names + * Add our own simple logout view + * Ending servicing of an org should redirect to org list page + * Stop exposing the Smartmin UserCRUDL + v9.3.100 (2024-11-11) ------------------------- * Show error dialog for http errors in more places diff --git a/pyproject.toml b/pyproject.toml index a50818c7ae6..6ab8a4d768e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "temba" -version = "9.3.100" +version = "9.3.101" description = "Hosted service for visually building interactive messaging applications" authors = ["Nyaruka "] diff --git a/temba/__init__.py b/temba/__init__.py index c61e8a5dd2d..8fb4426bb74 100644 --- a/temba/__init__.py +++ b/temba/__init__.py @@ -1,4 +1,4 @@ -__version__ = "9.3.100" +__version__ = "9.3.101" # This will make sure the app is always imported when # Django starts so that shared_task will use this app.