We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f65753 commit de6f5adCopy full SHA for de6f5ad
CHANGELOG.rst
@@ -1,7 +1,7 @@
1
Changelog
2
---------
3
4
-0.11.0 (unreleased)
+0.11.0 (2020-10-25)
5
*******************
6
7
Features:
flask_apispec/__init__.py
@@ -3,7 +3,7 @@
from flask_apispec.extension import FlaskApiSpec
from flask_apispec.utils import Ref
-__version__ = '0.10.1'
+__version__ = '0.11.0'
__all__ = [
8
'doc',
9
'wrap_with',
0 commit comments