We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f4faf commit a85de91Copy full SHA for a85de91
docs/release-notes.md
@@ -2,6 +2,8 @@
2
3
## Latest Changes
4
5
+## 0.0.27
6
+
7
### Upgrades
8
9
* ⬆️ Add support for Python 3.14. PR [#1578](https://github.com/fastapi/sqlmodel/pull/1578) by [@svlandeg](https://github.com/svlandeg).
sqlmodel/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.0.26"
+__version__ = "0.0.27"
# Re-export from SQLAlchemy
from sqlalchemy.engine import create_engine as create_engine
0 commit comments