mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-11-02 21:25:57 +08:00
🔖 Release version 0.0.9
This commit is contained in:
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Latest Changes
|
## Latest Changes
|
||||||
|
|
||||||
|
## 0.0.9
|
||||||
|
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
|
|
||||||
* 🗑️ Deprecate Python 3.6 and upgrade Poetry and Poetry Version Plugin. PR [#627](https://github.com/tiangolo/sqlmodel/pull/627) by [@tiangolo](https://github.com/tiangolo).
|
* 🗑️ Deprecate Python 3.6 and upgrade Poetry and Poetry Version Plugin. PR [#627](https://github.com/tiangolo/sqlmodel/pull/627) by [@tiangolo](https://github.com/tiangolo).
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
__version__ = "0.0.8"
|
__version__ = "0.0.9"
|
||||||
|
|
||||||
# Re-export from SQLAlchemy
|
# Re-export from SQLAlchemy
|
||||||
from sqlalchemy.engine import create_mock_engine as create_mock_engine
|
from sqlalchemy.engine import create_mock_engine as create_mock_engine
|
||||||
|
|||||||
Reference in New Issue
Block a user