Skip to content

Commit 593c8cb

Browse files
committed
Bump version and update CHANGELOG
1 parent 0a7c4b1 commit 593c8cb

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.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+
412
6.0.1 (2022-11-05)
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.1"
6+
__version__ = "6.0.2"
77
__all__ = ["APISpec", "BasePlugin"]

0 commit comments

Comments
 (0)