mirror of
https://github.com/PaiGramTeam/sqlmodel.git
synced 2025-02-07 10:59:55 +00:00
🔖 Release version 0.0.2
This commit is contained in:
parent
f048754691
commit
5bf67cf24e
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## Latest Changes
|
## 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).
|
* 💚 Fix CI installs and tests. PR [#2](https://github.com/tiangolo/sqlmodel/pull/2) by [@tiangolo](https://github.com/tiangolo).
|
||||||
|
|
||||||
## 0.0.1
|
## 0.0.1
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
__version__ = "0.0.1"
|
__version__ = "0.0.2"
|
||||||
|
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user