mirror of
https://github.com/fastapi/sqlmodel.git
synced 2025-08-15 02:07:54 +08:00
🔖 Release version 0.0.2
This commit is contained in:
@ -2,6 +2,10 @@
|
||||
|
||||
## Latest Changes
|
||||
|
||||
|
||||
## 0.0.2
|
||||
|
||||
* This includes several small bug-fixes detected during the first CI runs.
|
||||
* 💚 Fix CI installs and tests. PR [#2](https://github.com/tiangolo/sqlmodel/pull/2) by [@tiangolo](https://github.com/tiangolo).
|
||||
|
||||
## 0.0.1
|
||||
|
@ -1,4 +1,4 @@
|
||||
__version__ = "0.0.1"
|
||||
__version__ = "0.0.2"
|
||||
|
||||
# Re-export from SQLAlchemy
|
||||
from sqlalchemy.engine import create_mock_engine as create_mock_engine
|
||||
|
Reference in New Issue
Block a user