From b850087477360fea97da834ad1c326af75bcf31f Mon Sep 17 00:00:00 2001 From: Eric Newcomer Date: Tue, 8 Oct 2024 14:05:09 -0700 Subject: [PATCH] Update CHANGELOG.md for v9.3.62 --- 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 49925d194d..050028cd3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v9.3.62 (2024-10-08) +------------------------- + * Fix double character rendering on autogrow inputs + v9.3.61 (2024-10-08) ------------------------- * Move staff only rg and user views to new staff app diff --git a/pyproject.toml b/pyproject.toml index c81aa4494a..675b487f86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "temba" -version = "9.3.61" +version = "9.3.62" description = "Hosted service for visually building interactive messaging applications" authors = ["Nyaruka "] diff --git a/temba/__init__.py b/temba/__init__.py index a5de61c561..e10872d9e3 100644 --- a/temba/__init__.py +++ b/temba/__init__.py @@ -1,4 +1,4 @@ -__version__ = "9.3.61" +__version__ = "9.3.62" # This will make sure the app is always imported when # Django starts so that shared_task will use this app.