Skip to content

Commit 2aa8e0d

Browse files
authored
chore: bump version and update changelog (tortoise#2071)
* Release 0.25.4 (tortoise#2070) * Bump version: 0.25.3 → 0.25.4 * docs: update changelog
1 parent 34da2d2 commit 2aa8e0d

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,21 @@ Deprecated
5050

5151
Fixed
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

5755
0.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+
6068
0.25.3
6169
------
6270
Fixed

tortoise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)