Skip to content

Commit

Permalink
🔖 Release 0.103.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Sep 28, 2023
1 parent fcda32d commit 1bf5e7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/en/docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Latest Changes

## 0.103.2

### Refactors

* ⬆️ Upgrade compatibility with Pydantic v2.4, new renamed functions and JSON Schema input/output models with default values. PR [#10344](https://github.com/tiangolo/fastapi/pull/10344) by [@tiangolo](https://github.com/tiangolo).
Expand Down
2 changes: 1 addition & 1 deletion fastapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""FastAPI framework, high performance, easy to learn, fast to code, ready for production"""

__version__ = "0.103.1"
__version__ = "0.103.2"

from starlette import status as status

Expand Down

0 comments on commit 1bf5e7a

Please sign in to comment.