🔖 Release version 0.0.37

This commit is contained in:
Sebastián Ramírez
2026-02-21 17:38:28 +01:00
parent 1ecbba6e80
commit aa48bf53c8
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
## Latest Changes
## 0.0.37
### Internal
* 👷 Fix build CI to not attempt to build `sqlmodel-slim`. PR [#1773](https://github.com/fastapi/sqlmodel/pull/1773) by [@tiangolo](https://github.com/tiangolo).

View File

@@ -1,4 +1,4 @@
__version__ = "0.0.36"
__version__ = "0.0.37"
# Re-export from SQLAlchemy
from sqlalchemy.engine import create_engine as create_engine