Skip to content

Commit 228fe74

Browse files
committed
Bump version and update CHANGELOG
1 parent f630bab commit 228fe74

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
Changelog
22
---------
33

4-
5.1.1 (unreleased)
4+
5.1.1 (2021-09-27)
55
******************
66

7+
Bug fixes:
8+
9+
- Fix field ordering in "ordered" schema classes documentation (:issue:`714`).
10+
711
Other changes:
812

913
* Don't build universal wheels. We don't support Python 2 anymore.

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.1.0"
6+
__version__ = "5.1.1"
77
__all__ = ["APISpec", "BasePlugin"]

0 commit comments

Comments
 (0)