We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dfbd3f commit 4c3cabeCopy full SHA for 4c3cabe
CHANGELOG.rst
@@ -1,6 +1,18 @@
1
Changelog
2
---------
3
4
+0.10.0 (2020-08-27)
5
+*******************
6
+
7
+Features:
8
9
+* Support webargs>=6 (:issue:`178`). Thanks :user:`mdantonio` for the PR.
10
11
+Other changes:
12
13
+* *Backwards-incompatible*: Drop Python 2 compatibility. Only Python>=3.5 is supported.
14
+* *Backwards-incompatible*: Drop marshmallow 2 compatibility. Only marshmallow>=3.0 is supported.
15
16
0.9.0 (2020-05-27)
17
******************
18
flask_apispec/__init__.py
@@ -3,7 +3,7 @@
from flask_apispec.extension import FlaskApiSpec
from flask_apispec.utils import Ref
-__version__ = '0.9.0'
+__version__ = '0.10.0'
__all__ = [
'doc',
'wrap_with',
0 commit comments