Skip to content

Commit de6f5ad

Browse files
committed
Bump version and update changelog
1 parent 3f65753 commit de6f5ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
---------
33

4-
0.11.0 (unreleased)
4+
0.11.0 (2020-10-25)
55
*******************
66

77
Features:

flask_apispec/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from flask_apispec.extension import FlaskApiSpec
44
from flask_apispec.utils import Ref
55

6-
__version__ = '0.10.1'
6+
__version__ = '0.11.0'
77
__all__ = [
88
'doc',
99
'wrap_with',

0 commit comments

Comments
 (0)