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

index 99747cf8bf80deb4ddb720e546004be1ced6de11..0b70caf518c7e7bf5c35979e202abf52d30cd150 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest Changes
 
+## 0.0.33
+
 ### Docs
 
 * ✏️ Fix typos in inline comment in `expression.py`. PR [#1747](https://github.com/fastapi/sqlmodel/pull/1747) by [@veeceey](https://github.com/veeceey).
index 250970eefe449039afa87b22b48bb04b726e32b0..7977df349928753f5fb6a28a6fa3214091ee8943 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "0.0.32"
+__version__ = "0.0.33"
 
 # Re-export from SQLAlchemy
 from sqlalchemy.engine import create_engine as create_engine