]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🔖 Release version 0.0.35 0.0.35
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 20 Feb 2026 16:41:02 +0000 (17:41 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 20 Feb 2026 16:41:02 +0000 (17:41 +0100)
docs/release-notes.md
sqlmodel/__init__.py

index e4b4786916102d1caeffede0c96064c7dda01959..1dc5fbf1b7cf681ff133518225ac729362c8f361 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest Changes
 
+## 0.0.35
+
 ### Breaking Changes
 
 * âž– Drop support for Python 3.9. PR [#1766](https://github.com/fastapi/sqlmodel/pull/1766) by [@tiangolo](https://github.com/tiangolo).
index 739f7ca45e5e08458b388cf48e0c5aa27325f810..f71b5265b16254192707f2d3eb5ea95add504311 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "0.0.34"
+__version__ = "0.0.35"
 
 # Re-export from SQLAlchemy
 from sqlalchemy.engine import create_engine as create_engine