🔖 Release version 0.0.24

This commit is contained in:
Sebastián Ramírez
2025-03-07 06:40:27 +01:00
parent 8fc8bdf3d0
commit de78b8c7bc
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## Latest Changes ## Latest Changes
## 0.0.24
### Upgrades ### Upgrades
* ⬆️ Add support for Python 3.13. PR [#1289](https://github.com/fastapi/sqlmodel/pull/1289) by [@svlandeg](https://github.com/svlandeg). * ⬆️ Add support for Python 3.13. PR [#1289](https://github.com/fastapi/sqlmodel/pull/1289) by [@svlandeg](https://github.com/svlandeg).

View File

@ -1,4 +1,4 @@
__version__ = "0.0.23" __version__ = "0.0.24"
# Re-export from SQLAlchemy # Re-export from SQLAlchemy
from sqlalchemy.engine import create_engine as create_engine from sqlalchemy.engine import create_engine as create_engine