Skip to content

Commit 2261de9

Browse files
committed
Bump version and update CHANGELOG
1 parent 3a59faa commit 2261de9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.rst

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

4+
6.0.0b1 (2022-10-04)
5+
********************
6+
7+
Features:
8+
9+
- Add ``OpenAPIConverter.add_parameter_attribute_function`` to allow
10+
documentation of custom list fields such as webargs ``DelimitedList``
11+
(:pr:`778`).
12+
- *Backwards-incompatible*: Remove ``OpenAPIVersion`` and use ``packaging.Version``
13+
instead (:pr:`801`).
14+
415
5.2.2 (2022-05-13)
516
******************
617

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__ = "5.2.2"
6+
__version__ = "6.0.0b1"
77
__all__ = ["APISpec", "BasePlugin"]

0 commit comments

Comments
 (0)