From: Sebastián Ramírez Date: Fri, 20 Feb 2026 16:41:02 +0000 (+0100) Subject: 🔖 Release version 0.0.35 X-Git-Tag: 0.0.35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e123f71cbeacb4977c62b7ff7fde5e3efc2a79c;p=thirdparty%2Ffastapi%2Fsqlmodel.git 🔖 Release version 0.0.35 --- diff --git a/docs/release-notes.md b/docs/release-notes.md index e4b478691..1dc5fbf1b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.0.35 + ### Breaking Changes * ➖ Drop support for Python 3.9. PR [#1766](https://github.com/fastapi/sqlmodel/pull/1766) by [@tiangolo](https://github.com/tiangolo). diff --git a/sqlmodel/__init__.py b/sqlmodel/__init__.py index 739f7ca45..f71b5265b 100644 --- a/sqlmodel/__init__.py +++ b/sqlmodel/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.34" +__version__ = "0.0.35" # Re-export from SQLAlchemy from sqlalchemy.engine import create_engine as create_engine