Skip to content

Commit 5bf67cf

Browse files
committed
🔖 Release version 0.0.2
1 parent f048754 commit 5bf67cf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/release-notes.md

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

33
## Latest Changes
44

5+
6+
## 0.0.2
7+
8+
* This includes several small bug-fixes detected during the first CI runs.
59
* 💚 Fix CI installs and tests. PR [#2](https://github.com/tiangolo/sqlmodel/pull/2) by [@tiangolo](https://github.com/tiangolo).
610

711
## 0.0.1

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.1"
1+
__version__ = "0.0.2"
22

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

0 commit comments

Comments
 (0)