From: Sebastián Ramírez Date: Sat, 21 Feb 2026 16:38:28 +0000 (+0100) Subject: 🔖 Release version 0.0.37 X-Git-Tag: 0.0.37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa48bf53c87cda9f0ee3264b8752260c0c59661a;p=thirdparty%2Ffastapi%2Fsqlmodel.git 🔖 Release version 0.0.37 --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 6d0c73753..87b4fa9f0 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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). diff --git a/sqlmodel/__init__.py b/sqlmodel/__init__.py index cb64297fb..406b08af9 100644 --- a/sqlmodel/__init__.py +++ b/sqlmodel/__init__.py @@ -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