🔖 Release version 0.0.2

This commit is contained in:
Sebastián Ramírez 2021-08-24 20:24:05 +02:00
parent f048754691
commit 5bf67cf24e
2 changed files with 5 additions and 1 deletions

View File

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

View File

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