Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔧 Migrate from Hatch to PDM for the internal build #11498

Merged
merged 11 commits into from
Apr 29, 2024
Prev Previous commit
Next Next commit
🔖 Release version 0.110.3.dev1
  • Loading branch information
tiangolo committed Apr 29, 2024
commit 27499fa9f366fb2bfbb2582318b7f42b36243c7f
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.110.2"
__version__ = "0.110.3.dev1"

from starlette import status as status

Expand Down
Loading