From ce96e34b33471cec82c5ea876ca0283354563366 Mon Sep 17 00:00:00 2001 From: Rowan Seymour Date: Thu, 16 Jan 2025 11:14:02 -0500 Subject: [PATCH] Update CHANGELOG.md for v10.1.10 --- 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 6d2053dd7c..81b667cfb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v10.1.10 (2025-01-16) +------------------------- + * Allow running migrations without PostGIS + v10.1.9 (2025-01-15) ------------------------- * Remove no longer used auth groups diff --git a/pyproject.toml b/pyproject.toml index c54585de85..08ad421f07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "temba" -version = "10.1.9" +version = "10.1.10" description = "Hosted service for visually building interactive messaging applications" authors = [ {"name" = "Nyaruka", "email" = "code@nyaruka.com"} diff --git a/temba/__init__.py b/temba/__init__.py index f48c6f2100..5e539a60d1 100644 --- a/temba/__init__.py +++ b/temba/__init__.py @@ -1,4 +1,4 @@ -__version__ = "10.1.9" +__version__ = "10.1.10" # This will make sure the app is always imported when # Django starts so that shared_task will use this app.