Skip to content

Commit a725917

Browse files
authored
Release 0.25.3 (#2047)
1 parent db6658e commit a725917

File tree

3 files changed

+44
-40
lines changed

3 files changed

+44
-40
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,17 @@ Changelog
1212

1313
0.26.0 (unreleased)
1414
-------------------
15-
Fixed
16-
^^^^^
17-
- Fix exception when creating aiosqlite connections on aiosqlite==0.22.0 (#2035)
1815

1916
0.25
2017
====
2118

19+
0.25.3
20+
------
21+
Fixed
22+
^^^^^
23+
- Fix exception when creating aiosqlite connections on aiosqlite==0.22.0 (#2035)
24+
- Fix implicit anyio dependency introduced, but not declared (#2045)
25+
2226
0.25.2
2327
------
2428
Fixed

tortoise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ async def main() -> None:
648648
portal.call(main)
649649

650650

651-
__version__ = "0.25.2"
651+
__version__ = "0.25.3"
652652

653653
__all__ = [
654654
"Model",

uv.lock

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)