From: Sebastián Ramírez Date: Thu, 25 Jun 2026 13:00:32 +0000 (+0200) Subject: Release version 0.0.39 (#2018) X-Git-Tag: 0.0.39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c684aa0587677c7f4f1bd5775583c20c3bd700c;p=thirdparty%2Ffastapi%2Fsqlmodel.git Release version 0.0.39 (#2018) Co-authored-by: github-actions[bot] --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 138ed4f2f..47f0253d3 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.0.39 (2026-06-25) + ### Features * ✨ Add SQLModel Agent Library Skill, install with `uvx library-skills`. PR [#2017](https://github.com/fastapi/sqlmodel/pull/2017) by [@tiangolo](https://github.com/tiangolo). diff --git a/sqlmodel/__init__.py b/sqlmodel/__init__.py index 8e3cdaae3..f7359f0c2 100644 --- a/sqlmodel/__init__.py +++ b/sqlmodel/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.38" +__version__ = "0.0.39" # Re-export from SQLAlchemy from sqlalchemy.engine import create_engine as create_engine