mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-10-30 09:36:54 +08:00
🔖 Release version 0.0.3
This commit is contained in:
@ -2,6 +2,9 @@
|
||||
|
||||
## Latest Changes
|
||||
|
||||
|
||||
## 0.0.3
|
||||
|
||||
* ⬆️ Update and relax specification range for `sqlalchemy-stubs`. PR [#4](https://github.com/tiangolo/sqlmodel/pull/4) by [@tiangolo](https://github.com/tiangolo).
|
||||
|
||||
## 0.0.2
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
__version__ = "0.0.2"
|
||||
__version__ = "0.0.3"
|
||||
|
||||
# Re-export from SQLAlchemy
|
||||
from sqlalchemy.engine import create_mock_engine as create_mock_engine
|
||||
|
||||
Reference in New Issue
Block a user