diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ee6b3ae0f..5f806b45f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +v9.3.77 (2024-10-22) +------------------------- + * Update django + * Update to python 3.12 + * Simplify bulk labeling of msgs and flows + * Remove unused code from MsgCRUDL.Menu and add test + v9.3.76 (2024-10-18) ------------------------- * Fix agents shortcuts permission diff --git a/pyproject.toml b/pyproject.toml index 88db2ccabd..f1bb103ae4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "temba" -version = "9.3.76" +version = "9.3.77" description = "Hosted service for visually building interactive messaging applications" authors = ["Nyaruka "] diff --git a/temba/__init__.py b/temba/__init__.py index aaa4288612..dbe7020575 100644 --- a/temba/__init__.py +++ b/temba/__init__.py @@ -1,4 +1,4 @@ -__version__ = "9.3.76" +__version__ = "9.3.77" # This will make sure the app is always imported when # Django starts so that shared_task will use this app.