We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f048754 commit 5bf67cfCopy full SHA for 5bf67cf
docs/release-notes.md
@@ -2,6 +2,10 @@
2
3
## Latest Changes
4
5
+
6
+## 0.0.2
7
8
+* This includes several small bug-fixes detected during the first CI runs.
9
* 💚 Fix CI installs and tests. PR [#2](https://github.com/tiangolo/sqlmodel/pull/2) by [@tiangolo](https://github.com/tiangolo).
10
11
## 0.0.1
sqlmodel/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.0.1"
+__version__ = "0.0.2"
# Re-export from SQLAlchemy
from sqlalchemy.engine import create_mock_engine as create_mock_engine
0 commit comments