We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be36aa commit 55255f5Copy full SHA for 55255f5
CHANGELOG.rst
@@ -1,6 +1,15 @@
1
Changelog
2
---------
3
4
+0.8.6 (2020-03-01)
5
+******************
6
+
7
+Bug fixes:
8
9
+* Restrict webargs version to <6.0 (:issue:`176`).
10
+ Thanks :user:`c-kruse` for reporting and thanks :user:`saydamir`
11
+ for the PR.
12
13
0.8.5 (2020-01-05)
14
******************
15
flask_apispec/__init__.py
@@ -4,7 +4,7 @@
from flask_apispec.extension import FlaskApiSpec
from flask_apispec.utils import Ref
-__version__ = '0.8.5'
+__version__ = '0.8.6'
__all__ = [
'doc',
'wrap_with',
0 commit comments