From bdcd708183d3df376db457718ab33bf23be03574 Mon Sep 17 00:00:00 2001 From: Daniel Yohan Date: Wed, 20 Jan 2021 09:40:33 -0300 Subject: [PATCH] Bump Version --- weni/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weni/urls.py b/weni/urls.py index 68e6d6da..3611fb41 100644 --- a/weni/urls.py +++ b/weni/urls.py @@ -26,7 +26,7 @@ schema_view = get_schema_view( openapi.Info( title="API Documentation", - default_version="v1.0.2", + default_version="v1.0.4", license=openapi.License(name="GPL-3.0 License"), ), public=True,