Skip to content

Commit

Permalink
Bump version, 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abondar committed Apr 26, 2024
1 parent 5c8d81c commit 4c2ae96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Fixed
- Fix pydantic v2 pydantic_model_creator nullable field not optional. (#1454)
- Fix pydantic v2.5 unittest error. (#1535)
- Fix pydantic_model_creator `exclude_readonly` parameter not working.
- Fix annotation propagation for non-filter queries. (#1590)

0.20.0
------
Expand Down
2 changes: 1 addition & 1 deletion tortoise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ async def do_stuff():
loop.run_until_complete(connections.close_all(discard=True))


__version__ = "0.20.0"
__version__ = "0.20.1"

__all__ = [
"Model",
Expand Down

0 comments on commit 4c2ae96

Please sign in to comment.