From ffdc03a12b8acb8ca0f9b600e185a8fcadaf871a Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Tue, 10 Sep 2024 13:29:16 +0200 Subject: [PATCH] 1.3.1 --- .bumpversion.cfg | 2 +- HISTORY.rst | 9 +++++++++ news/20.bugfix.rst | 1 - src/extendable_pydantic/version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 news/20.bugfix.rst diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c3a87ca..57ebe83 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.0 +current_version = 1.3.1 [bumpversion:file:.bumpversion.cfg] diff --git a/HISTORY.rst b/HISTORY.rst index b47e972..c305187 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,3 +1,12 @@ +1.3.1 (2024-09-10) +================== + +Bugfixes +-------- + +- Fixes compatibility issue with fastapi version >= 0.112.3 (`#20 `_) + + 1.3.0 (2023-11-23) ================== diff --git a/news/20.bugfix.rst b/news/20.bugfix.rst deleted file mode 100644 index 7d73dcd..0000000 --- a/news/20.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -Fixes compatibility issue with fastapi version >= 0.112.3 diff --git a/src/extendable_pydantic/version.py b/src/extendable_pydantic/version.py index 67bc602..9c73af2 100644 --- a/src/extendable_pydantic/version.py +++ b/src/extendable_pydantic/version.py @@ -1 +1 @@ -__version__ = "1.3.0" +__version__ = "1.3.1"