From ca33e607c04c1b107f74a4f487f4be23061ba7a9 Mon Sep 17 00:00:00 2001 From: Chris Karvouniaris Date: Fri, 30 Aug 2024 12:25:55 +0300 Subject: [PATCH] Added new parameter in docstring and included definitions of API in readme --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a35135e..4c22791 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="fastapi-gae-logging", - version="0.0.4", + version="0.0.5", description="Custom Cloud Logging handler for FastAPI applications deployed in Google App Engine. \ Groups logs coming from the same request lifecycle and propagates the maximum log level \ throughout the request lifecycle using middleware and context management.",