From 0a5a929059b05c365f83650e914e207c71ae6b40 Mon Sep 17 00:00:00 2001 From: Daniel Yohan Date: Fri, 3 Sep 2021 11:13:37 -0300 Subject: [PATCH] Bump Version v1.0.12 --- weni/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weni/urls.py b/weni/urls.py index 2542aedf..2389f53a 100644 --- a/weni/urls.py +++ b/weni/urls.py @@ -28,7 +28,7 @@ schema_view = get_schema_view( openapi.Info( title="API Documentation", - default_version="v1.0.11", + default_version="v1.0.12", license=openapi.License(name="GPL-3.0 License"), ), public=True,