From ee33f97eadcd407cf5cc7d46ece992c135ea1c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sondre=20Lilleb=C3=B8=20Gundersen?= Date: Sat, 11 Feb 2023 22:45:45 +0100 Subject: [PATCH] chore: Bump version from 3.2.1 to 3.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 295fe03..36dc493 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "asgi-correlation-id" -version = "3.2.1" +version = "3.2.2" description = "Middleware correlating project logs to individual requests" authors = ["Sondre Lillebø Gundersen "] maintainers = ["Jonas Krüger Svensson "]