From 232e14cb51a5ba84e12543fce63c7d7fb15b5296 Mon Sep 17 00:00:00 2001 From: Giulio Date: Wed, 6 Dec 2023 19:00:48 -0300 Subject: [PATCH] =?UTF-8?q?Altera=20vers=C3=A3o=20da=20API=20para=20v0.17.?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api.py b/api/api.py index 1bad5f8..46b11fa 100644 --- a/api/api.py +++ b/api/api.py @@ -20,7 +20,7 @@ app = FastAPI( title="Querido Diário", description="API to access the gazettes from all Brazilian cities", - version="0.17.0", + version="0.17.1", ) app.add_middleware(