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 521d9f4 commit c3822c6Copy full SHA for c3822c6
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Changelog
2
---------
3
4
+6.0.1 (2022-11-05)
5
+******************
6
+
7
+Bug fixes:
8
9
+- Document ``fields.Enum`` as list of values, not string (:issue:`806`).
10
+ Thanks :user:`tadams42` for reporting.
11
12
6.0.0 (2022-10-15)
13
******************
14
src/apispec/__init__.py
@@ -3,5 +3,5 @@
from .core import APISpec
from .plugin import BasePlugin
-__version__ = "6.0.0"
+__version__ = "6.0.1"
__all__ = ["APISpec", "BasePlugin"]
0 commit comments