From d4d62b759ea7df32423146d1a3beaad36c004d4f Mon Sep 17 00:00:00 2001 From: Pavel <win10@list.ru> Date: Mon, 4 Oct 2021 01:46:28 +0400 Subject: [PATCH] Bumped version to 3.1.5. 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 8e433f3..b008af6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi_template" -version = "3.1.4" +version = "3.1.5" description = "Feature-rich robust FastAPI template" authors = ["Pavel Kirilin <win10@list.ru>"] packages = [{ include = "fastapi_template" }] -- GitLab