Skip to content

Commit 50d2e0e

Browse files
author
Matt Topol
authored
bump to 1.7.0
Adding support for Marshmallow
1 parent 09dc038 commit 50d2e0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

quart_openapi/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pylint: disable=missing-module-docstring
22
# -*- coding: utf-8 -*-
3-
__short_version__ = '1.6'
4-
__release__ = '1.6.0'
3+
__short_version__ = '1.7'
4+
__release__ = '1.7.0'
55
__description__ = 'Framework for Quart to add swagger generation to routes and restful resources'

0 commit comments

Comments
 (0)