From: Sebastián Ramírez Date: Tue, 23 Dec 2025 16:39:28 +0000 (+0100) Subject: 🔖 Release version 0.0.28 X-Git-Tag: 0.0.28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59adbe76a6b06e09bbdc815a8aea055a1885af22;p=thirdparty%2Ffastapi%2Fsqlmodel.git 🔖 Release version 0.0.28 --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 23b96cca..32b4ff44 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.0.28 + ### Fixes * 🐛 Fix `RuntimeError: dictionary changed size during iteration` in `sqlmodel_update()`. PR [#997](https://github.com/fastapi/sqlmodel/pull/997) by [@BartSchuurmans](https://github.com/BartSchuurmans). diff --git a/sqlmodel/__init__.py b/sqlmodel/__init__.py index 91754589..788fbb71 100644 --- a/sqlmodel/__init__.py +++ b/sqlmodel/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.27" +__version__ = "0.0.28" # Re-export from SQLAlchemy from sqlalchemy.engine import create_engine as create_engine