From 071e80363f808b725adef698607e5004251716fa Mon Sep 17 00:00:00 2001 From: Sandro Meireles <49874732+Sandro-Meireles@users.noreply.github.com> Date: Wed, 28 Apr 2021 23:01:57 -0300 Subject: [PATCH] hotfix/changed-release --- bothub/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bothub/urls.py b/bothub/urls.py index 135680c9..cb7f26b8 100644 --- a/bothub/urls.py +++ b/bothub/urls.py @@ -16,7 +16,7 @@ schema_view = get_schema_view( openapi.Info( title="API Documentation", - default_version="v2.1.18", + default_version="v2.1.20", description="Documentation", terms_of_service="https://bothub.it/terms", contact=openapi.Contact(email="bothub@ilhasoft.com.br"),