🔖 Release version 0.0.33

This commit is contained in:
Sebastián Ramírez
2026-02-11 16:22:38 +01:00
parent cb3e076799
commit 32e204e0cb
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
## Latest Changes
## 0.0.33
### Docs
* ✏️ Fix typos in inline comment in `expression.py`. PR [#1747](https://github.com/fastapi/sqlmodel/pull/1747) by [@veeceey](https://github.com/veeceey).

View File

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