🔖 Release version 0.0.36

This commit is contained in:
Sebastián Ramírez
2026-02-21 16:57:33 +01:00
parent 43cc7d35cd
commit 5f79efda79
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
## Latest Changes
## 0.0.36
### Internal
* Drop support for `sqlmodel-slim`, no more versions will be released, use only `sqmodel`. PR [#1772](https://github.com/fastapi/sqlmodel/pull/1772) by [@tiangolo](https://github.com/tiangolo).

View File

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