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

index 212d72c273cf0390a26069c19924b15ab04fc168..314f39b01462e0b38f7a1b82a0897299d514c676 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest Changes
 
+## 0.0.34
+
 ### Internal
 
 * ðŸ‘· Enable tests with lower and upper bound versions. PR [#1735](https://github.com/fastapi/sqlmodel/pull/1735) by [@tiangolo](https://github.com/tiangolo).
index 7977df349928753f5fb6a28a6fa3214091ee8943..739f7ca45e5e08458b388cf48e0c5aa27325f810 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "0.0.33"
+__version__ = "0.0.34"
 
 # Re-export from SQLAlchemy
 from sqlalchemy.engine import create_engine as create_engine