Skip to content

Commit eb352a2

Browse files
committed
1.4.0
1 parent b0b8fe3 commit eb352a2

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.2
2+
current_version = 1.4.0
33

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

HISTORY.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
1.4.0 (2025-04-16)
2+
==================
3+
4+
- Force the use of extendable>=1.3.0; This is required to avoid a bug
5+
when pydantic call the `isinstance` method on extendable instance and
6+
its own class if the class has not been extended. This is a bug in
7+
the extendable package. see (`extendable#18 <https://github.com/lmignon/extendable/issues/18>`_)
8+
9+
10+
111
1.3.1 (2024-09-10)
212
==================
313

src/extendable_pydantic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.2"
1+
__version__ = "1.4.0"

0 commit comments

Comments
 (0)