]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🔖 Release version 0.0.26 0.0.26
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 8 Oct 2025 11:17:26 +0000 (13:17 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 8 Oct 2025 11:17:26 +0000 (13:17 +0200)
docs/release-notes.md
sqlmodel/__init__.py

index a264524f56fa2a444b245b96cf3aa30b6ef12aeb..1917ea047385c99e78e3e645128bc81cc937f297 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest Changes
 
+## 0.0.26
+
 ### Fixes
 
 * 🐛 Fix attribute handling in `model_dump` for compatibility with the latest Pydantic versions. PR [#1595](https://github.com/fastapi/sqlmodel/pull/1595) by [@spazm](https://github.com/spazm).
index aec97b7eb9894eacaa7c08d25ff41aaab4d3fe26..ee0d40f7b87394c1f17f785fb7ba575a47c95455 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "0.0.25"
+__version__ = "0.0.26"
 
 # Re-export from SQLAlchemy
 from sqlalchemy.engine import create_engine as create_engine