From 60e0bf1667e015e7b001a6829a7945163382e383 Mon Sep 17 00:00:00 2001 From: David Erni Date: Tue, 31 Oct 2023 17:56:56 +0100 Subject: [PATCH] Bump version for poetry to 2023.4.0 Not sure why this did not happen automatically. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ac6e20..40935bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ftw-django-utils" -version = "2023.3.0" +version = "2023.4.0" description = "A collection of utils used in our Django based web applications." authors = ["4teamwork AG"] readme = "README.md"