From 9b0bf1243bf42d1bd9bb77527d391d5bfde0dadf Mon Sep 17 00:00:00 2001 From: kai ru Date: Mon, 2 Sep 2024 15:23:54 +0800 Subject: [PATCH] Release v2.10.1 --- HISTORY.rst | 4 ++++ version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 102c613f..83c9373d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,10 @@ Release History =============== +2.10.1 +++++++ +* Fix swagger additional property patch (#397) + 2.10.0 ++++++ * Fix discriminate_by method in generated response schema code (#380) diff --git a/version.py b/version.py index 10c1ed03..9ef61bec 100644 --- a/version.py +++ b/version.py @@ -1,5 +1,5 @@ -_MAJOR, _MINOR, _PATCH, _SUFFIX = ("2", "10", "0", "") +_MAJOR, _MINOR, _PATCH, _SUFFIX = ("2", "10", "1", "") # _PATCH: On main and in a nightly release the patch should be one ahead of the last released build. # _SUFFIX: This is mainly for nightly builds which have the suffix ".dev$DATE". See