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 f630bab commit 228fe74Copy full SHA for 228fe74
CHANGELOG.rst
@@ -1,9 +1,13 @@
1
Changelog
2
---------
3
4
-5.1.1 (unreleased)
+5.1.1 (2021-09-27)
5
******************
6
7
+Bug fixes:
8
+
9
+- Fix field ordering in "ordered" schema classes documentation (:issue:`714`).
10
11
Other changes:
12
13
* Don't build universal wheels. We don't support Python 2 anymore.
src/apispec/__init__.py
@@ -3,5 +3,5 @@
from .core import APISpec
from .plugin import BasePlugin
-__version__ = "5.1.0"
+__version__ = "5.1.1"
__all__ = ["APISpec", "BasePlugin"]
0 commit comments