From: Sebastián Ramírez Date: Mon, 16 Feb 2026 19:04:49 +0000 (+0100) Subject: 🔖 Release version 0.0.34 X-Git-Tag: 0.0.34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3366c91dbe290812414027586f4c6c680ebd834a;p=thirdparty%2Ffastapi%2Fsqlmodel.git 🔖 Release version 0.0.34 --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 212d72c27..314f39b01 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.0.34 + ### Internal * 👷 Enable tests with lower and upper bound versions. PR [#1735](https://github.com/fastapi/sqlmodel/pull/1735) by [@tiangolo](https://github.com/tiangolo). diff --git a/sqlmodel/__init__.py b/sqlmodel/__init__.py index 7977df349..739f7ca45 100644 --- a/sqlmodel/__init__.py +++ b/sqlmodel/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.33" +__version__ = "0.0.34" # Re-export from SQLAlchemy from sqlalchemy.engine import create_engine as create_engine