From a107626916e1fdf1bdbf820a6e3af5c15d513319 Mon Sep 17 00:00:00 2001 From: Pavel <win10@list.ru> Date: Sat, 9 Oct 2021 17:02:37 +0400 Subject: [PATCH] Bumped version to 3.2.0. Signed-off-by: Pavel <win10@list.ru> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 76b4ed6..180b297 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi_template" -version = "3.1.9" +version = "3.2.0" description = "Feature-rich robust FastAPI template" authors = ["Pavel Kirilin <win10@list.ru>"] packages = [{ include = "fastapi_template" }] -- GitLab