Skip to content

Commit f9270c5

Browse files
committed
Update version to 0.25.2
1 parent 752762c commit f9270c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tortoise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ async def do_stuff():
644644
loop.run_until_complete(connections.close_all(discard=True))
645645

646646

647-
__version__ = "0.25.1"
647+
__version__ = "0.25.2"
648648

649649
__all__ = [
650650
"Model",

0 commit comments

Comments
 (0)