🔖 Release version 0.0.4
This commit is contained in:
parent
878e230782
commit
02da85c9ec
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user