We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc8bdf commit de78b8cCopy full SHA for de78b8c
docs/release-notes.md
@@ -2,6 +2,8 @@
2
3
## Latest Changes
4
5
+## 0.0.24
6
+
7
### Upgrades
8
9
* ⬆️ Add support for Python 3.13. PR [#1289](https://github.com/fastapi/sqlmodel/pull/1289) by [@svlandeg](https://github.com/svlandeg).
sqlmodel/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.0.23"
+__version__ = "0.0.24"
# Re-export from SQLAlchemy
from sqlalchemy.engine import create_engine as create_engine
0 commit comments