Skip to content

Commit 2880aa6

Browse files
author
Matthew Topol
committed
chore: bump to version 1.5.0
1 parent 910212e commit 2880aa6

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,6 @@ ENV/
102102

103103
# mypy
104104
.mypy_cache/
105+
106+
# vscode settings
107+
.vscode

quart_openapi/__about__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
__short_version__ = '1.4'
3-
__release__ = '1.4.4'
2+
__short_version__ = '1.5'
3+
__release__ = '1.5.0'
44
__description__ = 'Framework for Quart to add swagger generation to routes and restful resources'

0 commit comments

Comments
 (0)