From 4eb58d1885dc3c4935392988010fd3b18a871b10 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin Date: Mon, 15 Jul 2024 23:57:38 +0200 Subject: [PATCH] Version bumped to 5.1.2. Signed-off-by: Pavel Kirilin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2deebb..cfbfaf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi_template" -version = "5.1.1" +version = "5.1.2" description = "Feature-rich robust FastAPI template" authors = ["Pavel Kirilin "] packages = [{ include = "fastapi_template" }]