Skip to content

Commit c3822c6

Browse files
committed
Bump version and update CHANGELOG
1 parent 521d9f4 commit c3822c6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
---------
33

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+
412
6.0.0 (2022-10-15)
513
******************
614

src/apispec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
from .core import APISpec
44
from .plugin import BasePlugin
55

6-
__version__ = "6.0.0"
6+
__version__ = "6.0.1"
77
__all__ = ["APISpec", "BasePlugin"]

0 commit comments

Comments
 (0)