Skip to content

Commit 0f5065c

Browse files
committed
Bump version and update changelog
1 parent 983270e commit 0f5065c

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
---------
33

4+
0.11.2 (2022-08-10)
5+
*******************
6+
7+
Bug fixes:
8+
9+
* Add static files to package (:issue:`235`).
10+
411
0.11.2 (2022-08-09)
512
*******************
613

flask_apispec/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
from flask_apispec.views import ResourceMeta, MethodResource
2-
from flask_apispec.annotations import doc, wrap_with, use_kwargs, marshal_with
1+
from flask_apispec.annotations import doc, marshal_with, use_kwargs, wrap_with
32
from flask_apispec.extension import FlaskApiSpec
43
from flask_apispec.utils import Ref
4+
from flask_apispec.views import MethodResource, ResourceMeta
55

6-
__version__ = '0.11.2'
6+
__version__ = '0.11.3'
77
__all__ = [
88
'doc',
99
'wrap_with',

0 commit comments

Comments
 (0)