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 a280b58 commit 900e0d3Copy full SHA for 900e0d3
docs/release-notes.md
@@ -2,6 +2,8 @@
2
3
## Latest Changes
4
5
+## 0.0.18
6
+
7
### Internal
8
9
* ✨ Add sqlmodel-slim setup. PR [#916](https://github.com/tiangolo/sqlmodel/pull/916) by [@tiangolo](https://github.com/tiangolo).
sqlmodel/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.0.18.dev1"
+__version__ = "0.0.18"
# Re-export from SQLAlchemy
from sqlalchemy.engine import create_engine as create_engine
0 commit comments