Skip to content

Commit d318955

Browse files
committed
1.4.1
1 parent e1c38ff commit d318955

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.4.0
2+
current_version = 1.4.1
33

44
[bumpversion:file:.bumpversion.cfg]
55

HISTORY.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.4.1 (2025-04-16)
2+
==================
3+
4+
- Fix the use of extendable model as query params into fastapi (`#22 <https://github.com/lmignon/extendable-pydantic/issues/22>`_)
5+
6+
17
1.4.0 (2025-04-16)
28
==================
39

src/extendable_pydantic/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.0"
1+
__version__ = "1.4.1"

0 commit comments

Comments
 (0)