🔖 Release version 0.0.12

This commit is contained in:
Sebastián Ramírez 2023-11-18 12:32:59 +01:00
parent 382b1b0cbb
commit b1c2f822c9
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## Latest Changes
## 0.0.12
### Features
* ✨ Upgrade SQLAlchemy to 2.0. PR [#700](https://github.com/tiangolo/sqlmodel/pull/700) by [@tiangolo](https://github.com/tiangolo) including initial work in PR [#563](https://github.com/tiangolo/sqlmodel/pull/563) by [@farahats9](https://github.com/farahats9).

View File

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