File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,21 @@ Deprecated
5050
5151Fixed
5252^^^^^
53- - Fix ``AttributeError `` when using ``tortoise-orm `` with Nuitka-compiled Python code (#2053)
54- - Fix 'Self' in python standard library typing.py, but tortoise/model.py required it in 'typing_extensions' (#2051)
5553- Fix annotations being selected in ValuesListQuery despite not specified in `.values_list ` fields list (#2059)
5654
57550.25
5856====
5957
58+ 0.25.4
59+ ------
60+
61+ Fixed
62+ ^^^^^
63+ - Fix ``AttributeError `` when using ``tortoise-orm `` with Nuitka-compiled Python code (#2053)
64+ - Fix 'Self' in python standard library typing.py, but tortoise/model.py required it in 'typing_extensions' (#2051)
65+ - Fix examples should not be installed (#2050)
66+
67+
60680.25.3
6169------
6270Fixed
Original file line number Diff line number Diff line change @@ -568,7 +568,7 @@ async def main() -> None:
568568 portal .call (main )
569569
570570
571- __version__ = "0.25.3 "
571+ __version__ = "0.25.4 "
572572
573573__all__ = [
574574 "BackwardFKRelation" ,
You can’t perform that action at this time.
0 commit comments