]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
Release version 0.0.39 (#2018) 0.0.39
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 25 Jun 2026 13:00:32 +0000 (15:00 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2026 13:00:32 +0000 (15:00 +0200)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
docs/release-notes.md
sqlmodel/__init__.py

index 138ed4f2fea40237c236a8fc1b4d1a234e93ffe7..47f0253d39aa1ce61799e628de168ed5510fba3c 100644 (file)
@@ -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).
index 8e3cdaae3bc38c953c8e3f388a8885ff8c563efd..f7359f0c2774a7df3dd2b4b4b0e1602e3817dbdb 100644 (file)
@@ -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