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

index 81044d7c855aa611cf5a49f6304dd120504a1771..c35e5cbe0268f61b70470bb232144db9659f9bfc 100644 (file)
@@ -2,6 +2,8 @@
 
 ## Latest Changes
 
+## 0.0.27
+
 ### Upgrades
 
 * ⬆️ Add support for Python 3.14. PR [#1578](https://github.com/fastapi/sqlmodel/pull/1578) by [@svlandeg](https://github.com/svlandeg).
index ee0d40f7b87394c1f17f785fb7ba575a47c95455..9175458980aceed5145e6989e5bc7f3f43840a79 100644 (file)
@@ -1,4 +1,4 @@
-__version__ = "0.0.26"
+__version__ = "0.0.27"
 
 # Re-export from SQLAlchemy
 from sqlalchemy.engine import create_engine as create_engine