From 32bb5b20d63378a632acb52f0071c7f3dc9ec105 Mon Sep 17 00:00:00 2001 From: Katy Baulch <46493669+katybaulch@users.noreply.github.com> Date: Wed, 22 Jan 2025 14:57:37 +0000 Subject: [PATCH] Bump to 1.23.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6770a186..dd532caf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "navigator_backend" -version = "1.23.1" +version = "1.23.2" description = "" authors = ["CPR-dev-team "] packages = [{ include = "app" }, { include = "tests" }]