From 501670e482bb40525a061300ac4a6bd16f480acd Mon Sep 17 00:00:00 2001 From: Daniel Yohan Date: Fri, 22 Jan 2021 12:27:40 -0300 Subject: [PATCH] Update urls.py --- weni/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weni/urls.py b/weni/urls.py index e917cedd..c0e14067 100644 --- a/weni/urls.py +++ b/weni/urls.py @@ -27,7 +27,7 @@ schema_view = get_schema_view( openapi.Info( title="API Documentation", - default_version="v1.0.5", + default_version="v1.0.6", license=openapi.License(name="GPL-3.0 License"), ), public=True,