From: Sebastián Ramírez Date: Wed, 11 Feb 2026 15:22:38 +0000 (+0100) Subject: 🔖 Release version 0.0.33 X-Git-Tag: 0.0.33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32e204e0cb8d88a006fe7fc0bcfc558440c5c316;p=thirdparty%2Ffastapi%2Fsqlmodel.git 🔖 Release version 0.0.33 --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 99747cf8b..0b70caf51 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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). diff --git a/sqlmodel/__init__.py b/sqlmodel/__init__.py index 250970eef..7977df349 100644 --- a/sqlmodel/__init__.py +++ b/sqlmodel/__init__.py @@ -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