From be9c24b5e1c735f3bc0c75d61abb11382893407a Mon Sep 17 00:00:00 2001 From: Matthew Topol Date: Thu, 28 Jan 2021 16:55:40 -0500 Subject: [PATCH] bump to version v1.7.1 --- quart_openapi/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quart_openapi/__about__.py b/quart_openapi/__about__.py index 0e66418..019730c 100644 --- a/quart_openapi/__about__.py +++ b/quart_openapi/__about__.py @@ -1,5 +1,5 @@ # pylint: disable=missing-module-docstring # -*- coding: utf-8 -*- __short_version__ = '1.7' -__release__ = '1.7.0' +__release__ = '1.7.1' __description__ = 'Framework for Quart to add swagger generation to routes and restful resources'