Skip to content

Commit 8adecf3

Browse files
committed
release v1.1.2
1 parent 231d42a commit 8adecf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v1.1.1 2022-03-31
1+
## v1.1.2 2022-04-01
22

33
- [#16](https://github.com/luolingchun/flask-openapi3/issues/16) Fix fileStorage list is not supported. Thanks @tekrei
44

flask_openapi3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# @Author : llc
33
# @Time : 2021/4/30 10:14
44

5-
__version__ = '1.1.1'
5+
__version__ = '1.1.2'
66

77
from .models.file import FileStorage
88
from .models.info import Info

0 commit comments

Comments
 (0)