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 0a7c4b1 commit 593c8cbCopy full SHA for 593c8cb
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Changelog
2
---------
3
4
+6.0.2 (2022-11-10)
5
+******************
6
+
7
+Bug fixes:
8
9
+- Allow passing ``openapi_version`` as string in ``marshmallow OpenAPIConverter``
10
+ (:issue:`810`). Thanks :user:`paradoxxxzero` for the PR.
11
12
6.0.1 (2022-11-05)
13
******************
14
src/apispec/__init__.py
@@ -3,5 +3,5 @@
from .core import APISpec
from .plugin import BasePlugin
-__version__ = "6.0.1"
+__version__ = "6.0.2"
__all__ = ["APISpec", "BasePlugin"]
0 commit comments