🔖 Release version 0.0.4

This commit is contained in:
Sebastián Ramírez 2021-08-25 15:46:57 +02:00
parent 878e230782
commit 02da85c9ec
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@
## Latest Changes
## 0.0.4
* 🎨 Fix type detection of select results in PyCharm. PR [#15](https://github.com/tiangolo/sqlmodel/pull/15) by [@tiangolo](https://github.com/tiangolo).
## 0.0.3

View File

@ -1,4 +1,4 @@
__version__ = "0.0.3"
__version__ = "0.0.4"
# Re-export from SQLAlchemy
from sqlalchemy.engine import create_mock_engine as create_mock_engine