Skip to content

Commit 02da85c

Browse files
committed
🔖 Release version 0.0.4
1 parent 878e230 commit 02da85c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Latest Changes
44

5+
6+
## 0.0.4
7+
58
* 🎨 Fix type detection of select results in PyCharm. PR [#15](https://github.com/tiangolo/sqlmodel/pull/15) by [@tiangolo](https://github.com/tiangolo).
69

710
## 0.0.3

sqlmodel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.3"
1+
__version__ = "0.0.4"
22

33
# Re-export from SQLAlchemy
44
from sqlalchemy.engine import create_mock_engine as create_mock_engine

0 commit comments

Comments
 (0)