]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🔖 Release version 0.0.38 0.0.38
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 2 Apr 2026 21:02:44 +0000 (23:02 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Thu, 2 Apr 2026 21:02:44 +0000 (23:02 +0200)
docs/release-notes.md
sqlmodel/__init__.py

index dbe17d56470207d919c9f790b803e3d1359c86c0..95c06a273eb83a1f89bc3e3c87b3eae0893ee320 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest Changes
 
+## 0.0.38 (2026-04-02)
+
 ### Fixes
 
 * 🐛 Fix type annotation in `SQLModel.__new__`, avoid explicitly returning `Any`. PR [#1846](https://github.com/fastapi/sqlmodel/pull/1846) by [@carljm](https://github.com/carljm).
index 406b08af92a67384e2042e0bd9b6b0166e6644cb..8e3cdaae3bc38c953c8e3f388a8885ff8c563efd 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "0.0.37"
+__version__ = "0.0.38"
 
 # Re-export from SQLAlchemy
 from sqlalchemy.engine import create_engine as create_engine