Skip to content

Commit

Permalink
🔖 Release version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Aug 24, 2021
1 parent f048754 commit 5bf67cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sqlmodel/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5bf67cf

Please sign in to comment.