🔖 Release version 0.0.9

This commit is contained in:
Sebastián Ramírez 2023-10-24 01:01:18 +04:00
parent 596718d93b
commit d05c3ee495
2 changed files with 3 additions and 1 deletions

View File

@ -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).

View File

@ -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