]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🔖 Release version 0.0.36 0.0.36
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 21 Feb 2026 15:57:33 +0000 (16:57 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sat, 21 Feb 2026 15:57:33 +0000 (16:57 +0100)
docs/release-notes.md
sqlmodel/__init__.py

index a04c6f78c0fe89b748b8916fb97d7698f7ee1128..51f607d09da00001df8937f665c9d2802655fe43 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest Changes
 
+## 0.0.36
+
 ### Internal
 
 * âž– Drop support for `sqlmodel-slim`, no more versions will be released, use only `sqmodel`. PR [#1772](https://github.com/fastapi/sqlmodel/pull/1772) by [@tiangolo](https://github.com/tiangolo).
index f71b5265b16254192707f2d3eb5ea95add504311..cb64297fbb3f8a26170e6830f474188aa480363b 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "0.0.35"
+__version__ = "0.0.36"
 
 # Re-export from SQLAlchemy
 from sqlalchemy.engine import create_engine as create_engine