From 8890159febb101925b9df735af128827bc8e42a8 Mon Sep 17 00:00:00 2001 From: Eric Newcomer Date: Fri, 28 Jun 2024 12:13:17 -0700 Subject: [PATCH] Update CHANGELOG.md for v9.1.168 --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- temba/__init__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7b09ee0ebd..dbea31157a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +v9.1.168 (2024-06-28) +------------------------- + * Don't sync classifiers in suspended orgs + * Fix empty contact search with query present + v9.1.167 (2024-06-28) ------------------------- * Disallow empty recipient targeting diff --git a/pyproject.toml b/pyproject.toml index b80f411a02a..4e64608b7ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "temba" -version = "9.1.167" +version = "9.1.168" description = "Hosted service for visually building interactive messaging applications" authors = ["Nyaruka "] diff --git a/temba/__init__.py b/temba/__init__.py index c1eb8060d95..7e79c27d22f 100644 --- a/temba/__init__.py +++ b/temba/__init__.py @@ -1,4 +1,4 @@ -__version__ = "9.1.167" +__version__ = "9.1.168" # This will make sure the app is always imported when # Django starts so that shared_task will use this app.